Browse Source

upgrade uuid to v0.8

master
Jonathan Strong 4 years ago
parent
commit
0cbef79bd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

@@ -14,7 +14,7 @@ hyper = "0.10"
termion = "1.4.0"
slog = "2.0.6"
slog-term = "2"
uuid = { version = "0.6", features = ["serde", "v4", "nightly", "const_fn"] }
uuid = { version = "0.8", features = ["serde", "v4", "slog"] }
hdrhistogram = "6"
slog-async = "2"
smallvec = "0.6"


Loading…
Cancel
Save