Anthony Ramine
785a344e32
Update rand to 0.7 ( fixes #24448 )
2019-10-23 15:34:48 +02:00
Bastien Orivel
c693ef7025
Update rand to 0.6
...
I changed the isaac random to always be the 32 bits one because the 64
bits version doesn't work with ReseedingRng as it requires the
generator's output to be u32 for some reasons.
The other main change is that the reseed method doesn't exist anymore
and now rand recreates a new generator when it needs to reseed so I had
to add a new method for when we don't want a generator to be reseeded.
Closes #23558
2019-08-11 20:50:22 +02:00
Josh Matthews
b1510d9ad5
Upgrade headers, headers-core, and hyper_serde.
2019-06-13 11:08:16 -04:00
Josh Matthews
7e29852baa
Upgrade uuid.
2019-06-12 16:53:44 -04:00
Josh Matthews
09f7b6bf36
Upgrade ws.
2019-06-12 15:01:03 -04:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
Bastien Orivel
36c4208f22
Update uuid
2018-11-09 21:04:31 +01:00
Simon Sapin
2012be4a8b
cargo fix --edition-idioms
2018-11-08 09:28:00 +01:00
Pyfisch
9e92eb205a
Reorder imports
2018-11-06 22:35:07 +01:00
Simon Sapin
9f9bf8f6bc
Switch most crates to the 2018 edition
2018-11-06 16:12:04 +01:00
Bastien Orivel
0918ac8cc7
Bump env_logger to 0.5 and log to 0.4 in every servo crate
2018-03-28 19:50:58 +02:00
Bastien Orivel
570d865065
Bump ipc-channel and bincode
...
This required bumping uuid too which unfortunately duplicated rand.
2018-03-21 13:05:47 +01:00
Bastien Orivel
c3f919ec0e
Update lazy_static to 1.0
...
For now it'll be duplicated
2017-12-04 22:51:13 +01:00
Dexter Haslem
94f0ceb4aa
squash: convert less interesting debug! logs to traces
2017-01-18 22:21:41 -07:00
Alan Jeffrey
7ace30f9bd
An in-memory RNG that shares its file descriptor.
2017-01-05 13:51:53 +00:00