From 0cbef79bd213870d3df77c9f5f4ce7b96bb28cb7 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Sat, 23 May 2020 00:22:21 -0400 Subject: [PATCH] upgrade uuid to v0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aad4b84..6ee8b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"