diff --git a/Cargo.lock b/Cargo.lock index 580f4065fb9..48aa397a875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6390,9 +6390,9 @@ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rss" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc13570823abc675c60d7837f1fe7daaf18dd181a3cacb3c6ba7a062eef581c0" +checksum = "f505d3e5e7b06b4dc0245b13294f8ef9a1a0f70284708be1e11c5b7b7441034e" dependencies = [ "atom_syndication", "quick-xml 0.41.0", diff --git a/Cargo.toml b/Cargo.toml index 5672c57345a..556ceed2702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ prometheus = { version = "=0.14.0", default-features = false } rand = "=0.10.2" regex = "=1.13.1" reqwest = { version = "=0.13.4", features = ["gzip", "json", "stream"] } -rss = { version = "=2.1.0", default-features = false, features = ["atom"] } +rss = { version = "=2.1.1", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.28", features = ["serde"] } sentry = { version = "=0.49.2", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }