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