From dbd498b6d4d2ab5d26353004415f802711746f2c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Oct 2022 00:01:28 +0000 Subject: [PATCH] Update Rust crate uuid to 1.2.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d3c75a..8f0a7a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.1.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index bd34534..2b4d60d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.24" tokio-util = { version = "0.7.4", features = ["io"] } futures-util = "0.3.24" -uuid = { version = "1.1.2", features = ["v4"] } +uuid = { version = "1.2.1", features = ["v4"] } serde_json = "1.0.85" metrics = "0.20.1" metrics-exporter-prometheus = "0.11.0"