Skip to content

Commit b40e994

Browse files
fix(deps): update rust crate quick-xml to 0.33.0
1 parent 3795a4b commit b40e994

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lz4_flex = { version = "0.11.3", default-features = false, features = [
2020
"frame",
2121
] }
2222
byteorder = "1.5.0"
23-
quick-xml = { version = "0.32.0", features = ["serialize"] }
23+
quick-xml = { version = "0.33.0", features = ["serialize"] }
2424
rayon = "1.10.0"
2525
regex = "1.10.4"
2626
rkyv = { version = "0.7.44", features = [

0 commit comments

Comments
 (0)