diff --git a/Cargo.lock b/Cargo.lock index 112ba36..9a88d59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,9 +2591,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.0.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" +checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 77a0d39..8360d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.18", features = ["rt-multi-thread", "net", "signal", "mac tokio-stream = { version = "0.1", features = ["net"] } tokio-util = { version = "0.7", features = ["io"]} tokio-rustls = "0.23" -uuid = { version = "1.0", features = ["v4"] } +uuid = { version = "1.3", features = ["v4"] } bcrypt = "0.13" warp = { version = "0.3", default-features = false } serde = { version = "1.0", features = ["derive"] }