From a7be519d9762230fd84b58bd0f01de9bda026c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:18:23 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.3.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe8f0b5..563ff55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2983,9 +2983,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" +checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" dependencies = [ "atomic", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index ea444bc..c80bf8d 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.3.0", features = ["v1", "v4"] } [target.'cfg(target_env = "musl")'.dependencies] openssl = { version = "0.10", features = ["vendored"] }