Upgrades uuid to 0.8

pull/21/head
Tpt 5 years ago
parent aac2c0ba87
commit 7ac14cd901
  1. 2
      lib/Cargo.toml

@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
lazy_static = "1"
rocksdb = { version = "0.12", optional = true }
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.8", features = ["v4"] }
byteorder = { version = "1", features = ["i128"] }
quick-xml = "0.17"
ordered-float = "1"

Loading…
Cancel
Save