madiele / vod2pod-rss

Vod2Pod-RSS converts a YouTube or Twitch channel into a podcast with ease. It creates a podcast RSS that can be listened to directly inside any podcast client. VODs are transcoded to MP3 on the fly and no server storage is needed!
MIT License
202 stars 4 forks source link

Bump the rust-dependencies group with 1 update #142

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on feed-rs to permit the latest version. Updates feed-rs to 1.4.0

Release notes

Sourced from feed-rs's releases.

v1.4.0

Changes

  • Bump minimum supported Rust version to 1.75.0

  • Upgrade dependencies

  • Parse media objects even if they exist as thumbnails only (thanks @​Xstoudi )

  • Support optional JsonFeed IDs

  • Support for JsonFeed 1.1

  • Handle CDATA in RSS 1.0 titles (thanks for the always detailed bug report @​jangernert )

  • Extract language for Atom feeds (thanks @​muffinista )

  • Introduce builder for parser creation to improve flexibility (e.g. pluggable timestamp parsers)

  • Consolidate timestamp parsing (now tries RFC 3339 from Atom and JsonFeed, then RFC 2822 from RSS 2, then RFC 1123 for completeness)

  • Allow custom timestamp parser to be a closure (thanks @​amoskvin )

Commits
  • c814bba Release 1.4.0
  • bf04f91 Merge pull request #209 from feed-rs/bump-msrv-and-deps
  • ea754e7 Bump MSRV to 1.75.0 and dependencies
  • 81038af Merge pull request #208 from feed-rs/compilation-fix
  • 5de16d9 Fix compilation issue
  • 7000f6e Merge pull request #204 from muffinista/atom-language
  • 8f0a5e3 Minor cleanup
  • fc8c1b1 Merge pull request #207 from feed-rs/handle-text-html-content
  • 5d38609 Handle text/html mime type in content->type
  • 7c6a445 Set language for entry if available
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions