Skip to content

Commit

Permalink
chore: update object_store dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Feb 11, 2023
1 parent 97d9fb6 commit 9021269
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 41 deletions.
95 changes: 58 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["object-store"]

[patch.crates-io]
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "70fca1a61c688b9f58a08c97ed736d755a7da52d", features = [
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "7a0e3b797024cd2d5caa5d8be08f8ae6e228250a", features = [
"azure",
"aws",
"gcp",
Expand Down
4 changes: 2 additions & 2 deletions object-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object-store-python"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Robert Pack <[email protected]>"]
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files."
Expand All @@ -10,7 +10,7 @@ async-trait = "0.1.57"
bytes = "1.2.1"
futures = "0.3"
once_cell = "1.12.0"
object_store = { version = "0.5.3", features = [
object_store = { version = "0.5.4", features = [
"azure",
"aws",
"gcp",
Expand Down
2 changes: 1 addition & 1 deletion object-store/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "object-store-python"
version = "0.1.3"
version = "0.1.4"
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files."
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit 9021269

Please sign in to comment.