From e5d899119bf38640266f948074c917a81738bdad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:32:12 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91d9c36..32c321b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3067,9 +3067,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" dependencies = [ "atomic", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 00e5a9b..53a9434 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.5.0", features = ["v1", "v4"] } openssl = { version = "0.10", features = ["vendored"] }