From 2fd3ac88778f8b0ae814ed313514f4bf60ee79f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:22:46 +0000 Subject: [PATCH] Update Rust crate rss to v2.0.10 --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e864867e62..1d37cf81176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3767,6 +3767,7 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbfb3ddf5364c9cfcd65549a1e7b801d0e8d1b14c1a1590a6408aa93cfbfa84" dependencies = [ + "encoding_rs", "memchr", ] @@ -4074,12 +4075,12 @@ dependencies = [ [[package]] name = "rss" -version = "2.0.9" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27e92048f840d98c6d6dd870af9101610ea9ff413f11f1bcebf4f4c31d96d957" +checksum = "554a62b3dd5450fcbb0435b3db809f9dd3c6e9f5726172408f7ad3b57ed59057" dependencies = [ "atom_syndication", - "quick-xml 0.36.2", + "quick-xml 0.37.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6dc624bcbae..3656de1a483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ prometheus = { version = "=0.13.4", default-features = false } quick-xml = "=0.37.0" rand = "=0.8.5" reqwest = { version = "=0.12.9", features = ["gzip", "json"] } -rss = { version = "=2.0.9", default-features = false, features = ["atom"] } +rss = { version = "=2.0.10", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }