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 b3027f8  build(deps): update quick-xml requirement from 0.38.0 to 
0.39.0 (#602)
b3027f8 is described below

commit b3027f8dfaf2cfd8c1502866849692a903839e8c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 20:38:14 2026 +0000

    build(deps): update quick-xml requirement from 0.38.0 to 0.39.0 (#602)
    
    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.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: quick-xml
      dependency-version: 0.39.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 5331d53..e42f675 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,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.10.6", default-features = false, optional = true }
-quick-xml = { version = "0.38.0", features = ["serialize", 
"overlapped-lists"], optional = true }
+quick-xml = { version = "0.39.0", features = ["serialize", 
"overlapped-lists"], optional = true }
 rand = { version = "0.9", 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 }

Reply via email to