Skip to content

Commit 54f1b9c

Browse files
committed
chore: bump object store vwersion
1 parent 9021269 commit 54f1b9c

3 files changed

Lines changed: 50 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 49 additions & 24 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
[workspace]
22
members = ["object-store"]
3-
4-
[patch.crates-io]
5-
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "7a0e3b797024cd2d5caa5d8be08f8ae6e228250a", features = [
6-
"azure",
7-
"aws",
8-
"gcp",
9-
"aws_profile",
10-
] }

object-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-trait = "0.1.57"
1010
bytes = "1.2.1"
1111
futures = "0.3"
1212
once_cell = "1.12.0"
13-
object_store = { version = "0.5.4", features = [
13+
object_store = { version = "0.5.5", features = [
1414
"azure",
1515
"aws",
1616
"gcp",

0 commit comments

Comments
 (0)