diff --git a/Cargo.lock b/Cargo.lock index 8cc0b8e7b8..8dbfda96c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5656,9 +5656,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 0.11.3", @@ -5666,7 +5666,6 @@ dependencies = [ "tokio", "tokio-stream", "tonic", - "tonic-build", ] [[package]] diff --git a/ioxd_common/Cargo.toml b/ioxd_common/Cargo.toml index 54e1a31561..de3975d0ba 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -47,7 +47,7 @@ tokio-stream = { version = "0.1", features = ["net"] } tokio-util = { version = "0.7.4" } tonic = "0.8" tonic-health = "0.8.0" -tonic-reflection = "0.5.0" +tonic-reflection = "0.6.0" tower = "0.4" tower-http = { version = "0.3", features = ["catch-panic"] } workspace-hack = { path = "../workspace-hack"}