From 07142c9e84addf6cd620d38247d02ddb8850ec6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:55:36 +0000 Subject: [PATCH] Update Rust crate quick-xml to v0.36.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index baa312b4e1..9ead36d18c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3647,9 +3647,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" +checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" dependencies = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index fffc4c40dc..a99dad88c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ parking_lot = "=0.12.3" paste = "=1.0.15" postgres-native-tls = "=0.5.0" prometheus = { version = "=0.13.4", default-features = false } -quick-xml = "=0.36.1" +quick-xml = "=0.36.2" rand = "=0.8.5" reqwest = { version = "=0.12.7", features = ["blocking", "gzip", "json"] } rss = { version = "=2.0.9", default-features = false, features = ["atom"] }