Skip to content

Commit

Permalink
chore: bump rss from 2.0.8 to 2.0.9
Browse files Browse the repository at this point in the history
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](rust-syndication/rss@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 0d524c6 commit 1224b3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1224b3a

Please sign in to comment.