Skip to content

Commit

Permalink
fix(deps): update rust crate quick-xml to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 3d527ff commit 52f8c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macbrew-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = "0.3.15"
bytes = "0.5"
async-trait = "0.1.50"
snafu = "0.6.10"
quick-xml = { version = "0.22", features = [ "serialize" ] }
quick-xml = { version = "0.32", features = [ "serialize" ] }
hexplay = "0.2.1"
chrono = "0.4"

Expand Down

0 comments on commit 52f8c7e

Please sign in to comment.