From 4bde4abda86cc0cd680c94102774adbd64aa0059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:21:54 +0000 Subject: [PATCH] fix(deps): update rust crate quick-xml to 0.35 --- 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..cd24055 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.35", features = [ "serialize" ] } hexplay = "0.2.1" chrono = "0.4"