This is an automated email from the ASF dual-hosted git repository.
tustvold 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 b058903 build(deps): update quick-xml requirement from 0.39.0 to
0.40.1 (#727)
b058903 is described below
commit b05890317a2e8b3c4ac5a401483ed8e7eb672ec0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 14:11:23 2026 +0100
build(deps): update quick-xml requirement from 0.39.0 to 0.40.1 (#727)
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.39.0...v0.40.1)
---
updated-dependencies:
- dependency-name: quick-xml
dependency-version: 0.40.1
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 8ada104..fa7dfa0 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.39.0", features = ["serialize",
"overlapped-lists"], optional = true }
+quick-xml = { version = "0.40.1", features = ["serialize",
"overlapped-lists"], optional = true }
rand = { version = "0.10", default-features = false, features = ["std",
"std_rng", "thread_rng"], optional = true }
reqwest = { version = "0.12", default-features = false, features =
["rustls-tls-native-roots", "http2"], optional = true }
ring = { version = "0.17", default-features = false, features = ["std"],
optional = true }