This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 0cc14168000 Update quick-xml requirement from 0.31.0 to 0.32.0 in
/object_store (#5870)
0cc14168000 is described below
commit 0cc14168000e1e41fc5f63929d34d13dda6e5873
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 12 11:19:22 2024 +0100
Update quick-xml requirement from 0.31.0 to 0.32.0 in /object_store (#5870)
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml)
to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/quick-xml/compare/v0.31.0...v0.32.0)
---
updated-dependencies:
- dependency-name: quick-xml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
object_store/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index 203e48d1f42..13da3a8c7ab 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -46,7 +46,7 @@ walkdir = "2"
# Cloud storage support
base64 = { version = "0.22", default-features = false, features = ["std"],
optional = true }
hyper = { version = "1.2", default-features = false, optional = true }
-quick-xml = { version = "0.31.0", features = ["serialize",
"overlapped-lists"], optional = true }
+quick-xml = { version = "0.32.0", features = ["serialize",
"overlapped-lists"], optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"],
optional = true }
serde_json = { version = "1.0", default-features = false, optional = true }
rand = { version = "0.8", default-features = false, features = ["std",
"std_rng"], optional = true }