From c424fd6fa806be5ec65f303ec139713a83296d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:02:41 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.0.0 to 1.2.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.0.0...1.2.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }