From 9c694007ea5fa1daf4cf91c33fac161af88694e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 07:16:24 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.4.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe8f0b5..d418efd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2983,9 +2983,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.2.1" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ "atomic", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index ea444bc..c6c351b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ 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.4.1", features = ["v1", "v4"] } [target.'cfg(target_env = "musl")'.dependencies] openssl = { version = "0.10", features = ["vendored"] }