This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git
The following commit(s) were added to refs/heads/main by this push:
new fd44ebb build(deps): update quick-xml requirement from 0.40.1 to
0.41.0 (#785)
fd44ebb is described below
commit fd44ebb9c1158660795ec22d7b11acf31c3fe113
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 2 21:59:15 2026 +1000
build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 (#785)
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.40.1...v0.41.0)
---
updated-dependencies:
- dependency-name: quick-xml
dependency-version: 0.41.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 8403de5..e3db9cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ http-body-util = { version = "0.1.2", optional = true }
httparse = { version = "1.8.0", default-features = false, features = ["std"],
optional = true }
hyper = { version = "1.2", default-features = false, optional = true }
md-5 = { version = "0.11.0", default-features = false, optional = true }
-quick-xml = { version = "0.40.1", features = ["serialize",
"overlapped-lists"], optional = true }
+quick-xml = { version = "0.41.0", features = ["serialize",
"overlapped-lists"], optional = true }
rand = { version = "0.10", default-features = false, features = ["std",
"std_rng", "thread_rng"], optional = true }
reqwest = { version = "0.13", default-features = false, features = ["http2"],
optional = true }
ring = { version = "0.17", default-features = false, features = ["std"],
optional = true }