From cdefac2a704269f4b9e4c618a52b39d2ca760cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:48:09 +0000 Subject: [PATCH] Bump rss from 2.0.8 to 2.0.10 Bumps [rss](https://github.com/rust-syndication/rss) from 2.0.8 to 2.0.10. - [Release notes](https://github.com/rust-syndication/rss/releases) - [Changelog](https://github.com/rust-syndication/rss/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-syndication/rss/compare/2.0.8...2.0.10) --- updated-dependencies: - dependency-name: rss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ac5919..4cd74a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2066,9 +2066,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.31.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" +checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" dependencies = [ "encoding_rs", "memchr", @@ -2076,9 +2076,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.1" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" +checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" dependencies = [ "encoding_rs", "memchr", @@ -2262,14 +2262,14 @@ dependencies = [ [[package]] name = "rss" -version = "2.0.8" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f374fd66bb795938b78c021db1662d43a8ffbc42ec1ac25429fc4833b732751" +checksum = "554a62b3dd5450fcbb0435b3db809f9dd3c6e9f5726172408f7ad3b57ed59057" dependencies = [ "atom_syndication", "derive_builder", "never", - "quick-xml 0.31.0", + "quick-xml 0.37.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2359e86..5e359df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } sentry-tracing = "0.34.0" sentry = "0.34.0" uuid = { version = "1.11.0", features = ["v4"] } -rss = { version = "2.0.8", features = ["builders"] } +rss = { version = "2.0.10", features = ["builders"] } escaper = "0.1.1" atom_syndication = { version = "0.12.4", features = ["builders"] } twilio = "1.1.0"