diff --git a/Cargo.lock b/Cargo.lock index 21b9775f..89ca23ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2250,9 +2250,9 @@ dependencies = [ [[package]] name = "tonic-reflection" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0455f730d540a1484bffc3c55c94100b18a662597b982c2e9073f2c55c602616" +checksum = "67494bad4dda4c9bffae901dfe14e2b2c0f760adb4706dc10beeb81799f7f7b2" dependencies = [ "bytes", "prost", @@ -2260,7 +2260,6 @@ dependencies = [ "tokio", "tokio-stream", "tonic", - "tonic-build", ] [[package]] diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 2acce603..96c84f2b 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -28,7 +28,7 @@ time = "0.3.14" tokio = { version = "1.22.0", features = ["full"] } tokio-stream = { version = "0.1.9", features = ["net"] } tonic = "0.8" -tonic-reflection = "0.5.0" +tonic-reflection = "0.6.0" tracing = "0.1.36" h2 = "=0.3.7" # Need to keep this in sync with our patched h2 build