This is an automated email from the ASF dual-hosted git repository. tisonkun pushed a commit to branch quick-xml in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git
commit 596b7821462988f6168aa36d290db23355333d67 Author: tison <[email protected]> AuthorDate: Sat Jul 4 13:01:40 2026 +0800 chore: upgrade quick-xml to 0.41 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" }
