From bd7adf79df1ca42c1f48e65f2c3cbc621d8fde31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:51:28 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.7.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91d9c36..0d0eb39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3067,9 +3067,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ "atomic", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 00e5a9b..863d436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,6 @@ tracing = "0.1.37" tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } url = "2.3.1" -uuid = { version = "1.2.1", features = ["v1", "v4"] } +uuid = { version = "1.7.0", features = ["v1", "v4"] } openssl = { version = "0.10", features = ["vendored"] }