diff --git a/Cargo.lock b/Cargo.lock index fea958b..e32ba5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,9 +1115,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.1.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 561d0af..1378c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.24" tokio-util = { version = "0.7.3", features = ["io"] } futures-util = "0.3.21" -uuid = { version = "1.1.2", features = ["v4"] } +uuid = { version = "1.1.1", features = ["v4"] } serde_json = "1.0.81" metrics = "0.19.0" metrics-exporter-prometheus = "0.10.0"