Skip to content

Commit

Permalink
Update Rust crate quick-xml to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent a8f1565 commit 19bb0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ time = { version = "0.3", features = [
] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
quick-xml = { version = "0.29", features = ["serde", "serialize"] }
quick-xml = { version = "0.31.0", features = ["serde", "serialize"] }
percent-encoding = "2.3.1"
ordered-float = "3.9.2"

Expand Down

0 comments on commit 19bb0fa

Please sign in to comment.