diff --git a/Cargo.lock b/Cargo.lock index 112ba36..2c64f97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,9 +2591,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.0.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 77a0d39..cfab824 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.1", features = ["v4"] } bcrypt = "0.13" warp = { version = "0.3", default-features = false } serde = { version = "1.0", features = ["derive"] }