From b75f9c74e73089bacc88ae50984073b922ae5ad6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Oct 2022 03:01:19 +0000 Subject: [PATCH] Update Rust crate uuid to 1.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d3c75a..b63c9a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "683f0a095f6dcf74520a5f17a12452ae6f970abbd2443299a1e226fd38195f2b" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index bd34534..6379f83 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.0", features = ["v4"] } serde_json = "1.0.85" metrics = "0.20.1" metrics-exporter-prometheus = "0.11.0"