diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml index 3501c3ddea6..c4577da7d37 100644 --- a/integration-testing/Cargo.toml +++ b/integration-testing/Cargo.toml @@ -34,10 +34,10 @@ async-trait = "0.1.41" clap = { version = "^3", features = ["derive"] } futures = "0.3" hex = "0.4" -prost = "0.9" +prost = "0.10" serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" serde_json = { version = "1.0", features = ["preserve_order"] } tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] } -tonic = "0.6.0" +tonic = "0.7.0" tracing-subscriber = { version = "0.3.1", optional = true }