From e1f69a07f49319b2c46e6c7c6c6d73a2dca4309f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:28:03 +0000 Subject: [PATCH] chore(deps): bump rss from 2.0.11 to 2.0.12 Bumps [rss](https://github.com/rust-syndication/rss) from 2.0.11 to 2.0.12. - [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.11...2.0.12) --- updated-dependencies: - dependency-name: rss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4b4ed4..cf9619b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1618,9 +1618,9 @@ dependencies = [ [[package]] name = "rss" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531af70fce504d369cf42ac0a9645f5a62a8ea9265de71cfa25087e9f6080c7c" +checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf" dependencies = [ "atom_syndication", "derive_builder 0.20.2",