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.
rust-uuid/uuid-fix-metadata.diff

27 lines
482 B

--- uuid-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ uuid-0.7.1/Cargo.toml 2018-12-11T11:50:17.034371+01:00
@@ -33,11 +33,11 @@
default-features = false
[dependencies.md5]
-version = "0.3"
+version = "0.6"
optional = true
[dependencies.rand]
-version = "0.5"
+version = "0.6"
optional = true
[dependencies.serde]
@@ -49,9 +49,6 @@
version = "0.6"
optional = true
-[dependencies.slog]
-version = "2"
-optional = true
[dev-dependencies.bincode]
version = "1.0"