From 9a2ef5ac86741d0f8ef02ffa92e633014012a46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:06:07 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.0.0 to 1.1.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.0.0 to 1.1.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.0.0...1.1.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..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"] }