diff --git a/Cargo.lock b/Cargo.lock index 89ca23ef..0c377758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2463,9 +2463,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.1.2" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" dependencies = [ "getrandom", ] diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 96c84f2b..f977355e 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -32,7 +32,7 @@ tonic-reflection = "0.6.0" tracing = "0.1.36" h2 = "=0.3.7" # Need to keep this in sync with our patched h2 build -uuid = { version = "1.1.2", features = ["v4"] } +uuid = { version = "1.2.2", features = ["v4"] } [dev-dependencies] time = { version = "0.3.14", features = ["parsing"] }