This is an automated email from the ASF dual-hosted git repository.
Xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git
The following commit(s) were added to refs/heads/main by this push:
new 4214e97 chore: upgrade quick-xml to 0.41 (#774)
4214e97 is described below
commit 4214e9715be38b9d2b8a80aa1373fc5d73bd1634
Author: tison <[email protected]>
AuthorDate: Sat Jul 4 13:07:54 2026 +0800
chore: upgrade quick-xml to 0.41 (#774)
Signed-off-by: tison <[email protected]>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 92632ed..0cfe8b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ log = "0.4"
pem = "3.0"
percent-encoding = "2"
pretty_assertions = "1.3"
-quick-xml = { version = "0.40.0", features = ["serialize"] }
+quick-xml = { version = "0.41.0", features = ["serialize"] }
reqwest = { version = "0.13.1", default-features = false }
rsa = { version = "0.9.2", features = ["pkcs5", "sha2"] }
rust-ini = { version = "0.21" }