diff --git a/Cargo.toml b/Cargo.toml index e40faf521..213e3dcfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ datafusion-cli = "35.0.0" datafusion-proto = "35.0.0" object_store = "0.9.0" sqlparser = "0.41.0" -tonic = { version = "0.10" } +tonic = { version = "0.11" } tonic-build = { version = "0.10", default-features = false, features = [ "transport", "prost" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index a5dc5d8e5..90f38a5e3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -46,4 +46,4 @@ tokio = { version = "1.0", features = [ "sync", "parking_lot" ] } -tonic = "0.10" +tonic = "0.11"