Skip to content

Commit ad977fd

Browse files
author
Devdutt Shenoi
authored
chore: update object_store (#971)
1 parent 6e897bf commit ad977fd

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
[workspace]
22
members = ["server"]
33
resolver = "2"
4-
5-
[patch.crates-io]
6-
# object_store added support for SSE-C headers in:
7-
# - https://github.com/apache/arrow-rs/pull/6230
8-
# - https://github.com/apache/arrow-rs/pull/6260
9-
# But a new version hasn't been published to crates.io for this yet. So, we are using this patch temporarily.
10-
object_store = { git = "https://github.com/apache/arrow-rs.git", rev = "23b6ff9f432e8e29c08d47a315ba0b7cb8758225" }

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ arrow-json = "53.0.0"
1616
arrow-ipc = { version = "53.0.0", features = ["zstd"] }
1717
arrow-select = "53.0.0"
1818
datafusion = "42.0.0"
19-
object_store = { version = "0.11.0", features = ["cloud", "aws", "azure"] }
19+
object_store = { version = "0.11.1", features = ["cloud", "aws", "azure"] }
2020
parquet = "53.0.0"
2121
arrow-flight = { version = "53.0.0", features = [ "tls" ] }
2222
tonic = {version = "0.12.3", features = ["tls", "transport", "gzip", "zstd"] }

0 commit comments

Comments
 (0)