From 1224b3a47bbb9d06f9a6841448732888e4ba7dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:31:18 +0000 Subject: [PATCH] chore: bump rss from 2.0.8 to 2.0.9 Bumps [rss](https://github.com/rust-syndication/rss) from 2.0.8 to 2.0.9. - [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.9) --- updated-dependencies: - dependency-name: rss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 498d41a..45340b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ dependencies = [ "derive_builder", "diligent-date-parser", "never", - "quick-xml", + "quick-xml 0.31.0", ] [[package]] @@ -1652,6 +1652,16 @@ dependencies = [ "memchr", ] +[[package]] +name = "quick-xml" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" +dependencies = [ + "encoding_rs", + "memchr", +] + [[package]] name = "quote" version = "1.0.36" @@ -1781,16 +1791,16 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rss" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f374fd66bb795938b78c021db1662d43a8ffbc42ec1ac25429fc4833b732751" +checksum = "27e92048f840d98c6d6dd870af9101610ea9ff413f11f1bcebf4f4c31d96d957" dependencies = [ "atom_syndication", "chrono", "derive_builder", "mime", "never", - "quick-xml", + "quick-xml 0.36.1", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 8860bcd..3663717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ leptos-mdx = { git = "https://github.com/RustLangES/leptos-mdx.git" } serde = { version = "1", features = ["derive"] } serde_json = "1.0.107" once_cell = "1.18.0" -rss = { version = "2.0.6", features = ["validation"] } +rss = { version = "2.0.9", features = ["validation"] } futures-concurrency = "7.5.0" [dev-dependencies]