Browse Source

upgrades uuid from v0.5 -> v0.6

master
Jonathan Strong 6 years ago
parent
commit
9b4c03cd38
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

@@ -22,7 +22,7 @@ slog = "2.0.6"
slog-term = "2"
ordermap = "0.3"
fnv = "1"
uuid = { version = "0.5", features = ["serde", "v4"] }
uuid = { version = "0.6", features = ["serde", "v4"] }
hdrhistogram = "6"
slog-async = "2"
smallvec = "0.6"


Loading…
Cancel
Save