Skip to content

Commit

Permalink
[Renovate] Update Rust crate quick-xml to 0.33.0 (#1506)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 514c02b commit ff81d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ dependencies = [

[[package]]
name = "quick-xml"
version = "0.32.0"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
checksum = "0ca7dd09b5f4a9029c35e323b086d0a68acdc673317b9c4d002c6f1d4a7278c6"
dependencies = [
"memchr",
"serde",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "2.2.6"

[dependencies.quick-xml]
features = ["serialize"]
version = "0.32.0"
version = "0.33.0"

[dependencies.serde]
features = ["derive"]
Expand Down

0 comments on commit ff81d70

Please sign in to comment.