diff --git a/Cargo.lock b/Cargo.lock index dee41095..eb806338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1812,7 +1812,7 @@ dependencies = [ "tonic-build", "tonic-reflection", "tracing", - "uuid 1.0.0", + "uuid 1.1.1", ] [[package]] @@ -2339,9 +2339,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" +checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" dependencies = [ "getrandom", ] diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 303c82e4..b612a883 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -33,7 +33,7 @@ tracing = "0.1.35" # Need to keep this in sync with our patched h2 build h2 = "=0.3.13" -uuid = { version = "1.0.0", features = ["v4"] } +uuid = { version = "1.1.1", features = ["v4"] } [dev-dependencies] time = { version = "0.3.9", features = ["parsing"] }