Skip to content

Commit

Permalink
fix(deps): update rust crate quick-xml to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent b509e5d commit a0878bf
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.36", features = [ "serialize" ] }
hexplay = "0.2.1"
chrono = "0.4"

Expand Down

0 comments on commit a0878bf

Please sign in to comment.