Skip to content

Commit 2a57bf8

Browse files
committed
Bump quick-xml to version 0.38.0
Updated the quick-xml dependency from 0.37.2 to 0.38.0 in Cargo.toml to keep dependencies up to date and benefit from the latest fixes and features.
1 parent 3845bc8 commit 2a57bf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["staticlib", "rlib"]
1717
autocxx = "0.28.0"
1818
cxx = "1.0.140"
1919
paste = "1.0.15"
20-
quick-xml = { version = "0.37.2", features = ["serialize"] }
20+
quick-xml = { version = "0.38.0", features = ["serialize"] }
2121
serde = { version = "1.0.217", features = ["derive"] }
2222
thiserror = "2.0.12"
2323
zip = "4.0.0"

0 commit comments

Comments
 (0)