Skip to content

Commit 9021269

Browse files
committed
chore: update object_store dependency
1 parent 97d9fb6 commit 9021269

File tree

4 files changed

+62
-41
lines changed

4 files changed

+62
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["object-store"]
33

44
[patch.crates-io]
5-
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "70fca1a61c688b9f58a08c97ed736d755a7da52d", features = [
5+
object_store = { git = "https://github.com/roeap/arrow-rs/", rev = "7a0e3b797024cd2d5caa5d8be08f8ae6e228250a", features = [
66
"azure",
77
"aws",
88
"gcp",

object-store/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object-store-python"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["Robert Pack <[email protected]>"]
66
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files."
@@ -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.3", features = [
13+
object_store = { version = "0.5.4", features = [
1414
"azure",
1515
"aws",
1616
"gcp",

object-store/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

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

0 commit comments

Comments
 (0)