From 6cc963c9035e238c8386711d8a8324358c495364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:07:14 +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 8921c50..f39f465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[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 = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 8fd1f3d..6503108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ tracing = "0.1.37" tracing-appender = "0.2.2" tracing-log = "0.1.3" tracing-subscriber = {version="0.3.17", features=["env-filter", "json", "registry", "smallvec"]} -uuid = {version="1.4.1", features = ["v4"]} +uuid = {version="1.7.0", features = ["v4"]} yansi = "0.5.1"