Skip to content

Commit 7ba9a46

Browse files
authored
Update arrow and arrow-flight to 51.0.0, and tonic to 0.11.0 (#40)
1 parent 77bee7a commit 7ba9a46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description = "SDK for Spice.ai, an open-source runtime and platform for buildin
66
license = "Apache-2.0"
77

88
[dependencies]
9-
arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
9+
arrow-flight = { version = "51.0.0", features = ["flight-sql-experimental"] }
1010
bytes = "1.6.0"
1111
prost = "0.12.4"
1212
prost-types = "0.12.4"
1313
rustls = "0.23.5"
1414
tokio = "1.37.0"
1515
rustls-native-certs = "0.6.3"
16-
tonic = { version = "0.10.0", default-features = false, features = [
16+
tonic = { version = "0.11.0", default-features = false, features = [
1717
"transport",
1818
"tls",
1919
"tls-roots",
@@ -24,6 +24,6 @@ serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0.116"
2525
chrono = { version = "0.4.38", features = ["serde"] }
2626
dotenv = "0.15.0"
27-
arrow = "49.0.0"
27+
arrow = "51.0.0"
2828
futures = "0.3.30"
2929
base64 = "0.22.0"

0 commit comments

Comments
 (0)