diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index 7b065e69d4d6..ae6969fe59b1 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -29,7 +29,7 @@ license = "Apache-2.0" [dependencies] arrow = { path = "../arrow", version = "12.0.0" } base64 = "0.13" -tonic = "0.7" +tonic = "0.8" bytes = "1" prost = "0.10" prost-types = { version = "0.10.0", optional = true } diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml index a4258d2ca6ce..e20947f1b36a 100644 --- a/integration-testing/Cargo.toml +++ b/integration-testing/Cargo.toml @@ -42,5 +42,5 @@ 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.7" +tonic = "0.8" tracing-subscriber = { version = "0.3.1", optional = true }