diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 87d7c8e..3ccccbb 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -17,7 +17,7 @@ connectorx = { git = "https://github.com/sfu-db/connector-x.git", rev = "fa0fc7b "dst_arrow", "src_sqlite", ] } -tonic = "0.10.2" +tonic = "0.11.0" [dependencies] async-std = "1.12.0" diff --git a/sources/flight-sql/Cargo.toml b/sources/flight-sql/Cargo.toml index 8ab3d00..1b30f85 100644 --- a/sources/flight-sql/Cargo.toml +++ b/sources/flight-sql/Cargo.toml @@ -16,7 +16,7 @@ datafusion-substrait.workspace = true datafusion-federation.path = "../../datafusion-federation" datafusion-federation-sql.path = "../sql" futures = "0.3.30" -tonic = {version="0.10.2", features=["tls"] } +tonic = {version="0.11.0", features=["tls"] } prost = "0.12.3" arrow = "49.0.0" arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }