You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
428 B
12 lines
428 B
--- uuid-0.5.1/Cargo.toml 2017-06-30T08:40:30+02:00
|
|
+++ uuid-0.5.1/Cargo.toml 2017-12-31T18:33:06.222429+01:00
|
|
@@ -18,7 +18,7 @@
|
|
[dependencies]
|
|
rustc-serialize = { version = "0.3", optional = true }
|
|
serde = { version = "1.0", optional = true }
|
|
-rand = { version = "0.3", optional = true }
|
|
+rand = { version = "0.4", optional = true }
|
|
sha1 = { version = "0.2", optional = true }
|
|
md5 = { version = "0.3", optional = true }
|
|
|