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"