Skip to content

Commit b55a728

Browse files
fix(deps): update rust crate quick-xml to 0.38.0 (#1242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1718a9 commit b55a728

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.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ harness = false
4444

4545
[dependencies]
4646
byteorder = "1.5.0"
47-
quick-xml = { version = "0.37.0", features = ["serialize"] }
47+
quick-xml = { version = "0.38.0", features = ["serialize"] }
4848
rayon = "1.10.0"
4949
charabia = { version = "0.9.3", optional = true, default-features = false }
5050
rkyv = { version = "0.8.8" }

0 commit comments

Comments
 (0)