From 97699f4065a6e9dcf03d9e8831ffedb2944a52b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Feb 2023 09:01:08 +0000 Subject: [PATCH] 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 e8a47da..3792947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,9 +1093,9 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" [[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 = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index bca3f1c..88c7651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.25" tokio-util = { version = "0.7.4", features = ["io"] } futures-util = "0.3.25" -uuid = { version = "1.2.1", features = ["v4"] } +uuid = { version = "1.3.0", features = ["v4"] } serde_json = "1.0.91" metrics = "0.20.1" metrics-exporter-prometheus = "0.11.0"