From d80453b23ad643870cd23772b6835594e577dc3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:03:06 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.6.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8921c50..c7b2907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.4.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 8fd1f3d..5cdba1a 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.6.1", features = ["v4"]} yansi = "0.5.1"