From 3a232a3da38e8f4152f09024603af453629981d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:17:18 +0000 Subject: [PATCH 1/2] Update Rust crate quick-xml to v0.37.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81740c0a21..63addc4392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,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.2" +quick-xml = "=0.37.0" rand = "=0.8.5" reqwest = { version = "=0.12.8", features = ["blocking", "gzip", "json"] } rss = { version = "=2.0.9", default-features = false, features = ["atom"] } From 7afa72a35f73262200ae01c9ef292c1510cc772a Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 28 Oct 2024 10:59:58 +0100 Subject: [PATCH 2/2] Fix lockfile --- Cargo.lock | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ee5f7c5e8..485f11bbcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ "derive_builder", "diligent-date-parser", "never", - "quick-xml", + "quick-xml 0.36.2", ] [[package]] @@ -1078,7 +1078,7 @@ dependencies = [ "paste", "postgres-native-tls", "prometheus", - "quick-xml", + "quick-xml 0.37.0", "rand", "regex", "reqwest 0.12.8", @@ -3239,7 +3239,7 @@ dependencies = [ "md-5", "parking_lot", "percent-encoding", - "quick-xml", + "quick-xml 0.36.2", "rand", "reqwest 0.12.8", "ring", @@ -3739,6 +3739,15 @@ dependencies = [ "serde", ] +[[package]] +name = "quick-xml" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffbfb3ddf5364c9cfcd65549a1e7b801d0e8d1b14c1a1590a6408aa93cfbfa84" +dependencies = [ + "memchr", +] + [[package]] name = "quinn" version = "0.11.5" @@ -4047,7 +4056,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27e92048f840d98c6d6dd870af9101610ea9ff413f11f1bcebf4f4c31d96d957" dependencies = [ "atom_syndication", - "quick-xml", + "quick-xml 0.36.2", ] [[package]]