From d449799fffbe74d624a753703c67cac0b8b6a868 Mon Sep 17 00:00:00 2001 From: Matthieu Le brazidec Date: Thu, 24 Oct 2019 18:31:40 +0200 Subject: [PATCH] Updated `uuid` and removed its `const_fn` feature --- bastion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/Cargo.toml b/bastion/Cargo.toml index 5650aced..1c30acb1 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -44,4 +44,4 @@ objekt = "0.1" qutex = { version = "0.2", features = ["async_await"] } #ratelimit = "0.4.4" tokio = "=0.2.0-alpha.6" -uuid = { version = "0.7", features = ["v4", "const_fn"] } +uuid = { version = "0.8", features = ["v4"] }