This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new 18ac182 build(deps): bump object_store from 0.9.0 to 0.9.1 (#611)
18ac182 is described below
commit 18ac182fb236741061367c5acfe4b60b6d8c4a5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 9 11:55:53 2024 -0800
build(deps): bump object_store from 0.9.0 to 0.9.1 (#611)
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.9.0 to
0.9.1.
-
[Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/apache/arrow-rs/commits)
---
updated-dependencies:
- dependency-name: object_store
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 5 +++--
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 31e7bad..c86544f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1835,9 +1835,9 @@ dependencies = [
[[package]]
name = "object_store"
-version = "0.9.0"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d139f545f64630e2e3688fd9f81c470888ab01edeb72d13b4e86c566f1130000"
+checksum = "b8718f8b65fdf67a45108d1548347d4af7d71fb81ce727bbf9e3b2535e079db3"
dependencies = [
"async-trait",
"base64",
@@ -1847,6 +1847,7 @@ dependencies = [
"humantime",
"hyper",
"itertools 0.12.0",
+ "md-5",
"parking_lot",
"percent-encoding",
"quick-xml",
diff --git a/Cargo.toml b/Cargo.toml
index f8c6bf9..6afcde9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ uuid = { version = "1.3", features = ["v4"] }
mimalloc = { version = "0.1", optional = true, default-features = false,
features = ["local_dynamic_tls"] }
async-trait = "0.1"
futures = "0.3"
-object_store = { version = "0.9.0", features = ["aws", "gcp", "azure"] }
+object_store = { version = "0.9.1", features = ["aws", "gcp", "azure"] }
parking_lot = "0.12"
regex-syntax = "0.8.1"
syn = "2.0.43"