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"] }