From 52f8c7e225bfd21b3f575f8780e3dd3a1fb6527a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:22:32 +0000 Subject: [PATCH] fix(deps): update rust crate quick-xml to 0.32 --- macbrew-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbrew-proxy/Cargo.toml b/macbrew-proxy/Cargo.toml index 545f14c..ac531b1 100644 --- a/macbrew-proxy/Cargo.toml +++ b/macbrew-proxy/Cargo.toml @@ -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"