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
230 stars 6 forks source link

Bump the rust-dependencies group with 3 updates #223

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Updates the requirements on google-youtube3, serde_json and uuid to permit the latest version. Updates google-youtube3 to 6.0.0+20240626

Changelog

Sourced from google-youtube3's changelog.

api/cli-vNEXT (YYYY-MM-DD)

  • New GetToken trait for custom ways of specifying a token. The latter can now be a String or be NoToken as well.
  • Upgrade mkdocs to a more recent version that doesn't break in more recent python interpreters.

api/cli-v3.0.0 (2022-3-8)

  • Support for yup-oauth 0.6
  • Redesigned error handling which won't swallow errors anymore by making less assumptions about them. They are now merely assume to be JSON, with a fallback to the plain message.

api-v2.0.4:cli-v2.0.4 (2021-4-1)

  • every call is async
  • upgrade to hyper 0.14 and tokio 1.0

Note that there are still a few inefficiencies and oddities, but nothing that should prevent using libraries at least. CLIs are available but haven't been used in a while.

api-v1.0.4:cli-v1.0.4 (2017-2-1)

Upgrade to serde 0.9, which removes a lot of complexity and the need for nighly.

api-v1.0.3:cli-v1.0.3 (2017-2-1)

Uprade to hyper v0.10, and use hyper-rustls instead of openssl for all communication. Please note that authentication is still performed using openssl.

api-v1.0.1:cli-v1.0.1 (2016-12-24)

Bug Fixes

  • cli: try to depend on major version of api (b68b2a6b)
  • discovery: handle discovery urls with $ (0ba9535a)
  • license: correct link to license on github (f3d0ef45)
  • versions: cli + api use a single base version (5e28a06d)

Features

  • binaries: remove download information (e6468981)

... (truncated)

Commits
  • ef9f0d7 rebuild all dependencies with latest version v5.0.3
  • 05f152b Regen code for drive3 to make use of hyper-rustls v0.24
  • 8461619 make clean-all-api gen-all-api
  • See full diff in compare view


Updates serde_json to 1.0.132

Release notes

Sourced from serde_json's releases.

1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)
Commits
  • 86d933c Release 1.0.132
  • f45b422 Merge pull request #1206 from dtolnay/hasnext
  • f2082d2 Clearer order of comparisons
  • 0f54a1a Handle early return sooner on eof in seq or map
  • 2a4cb44 Rearrange 'match peek'
  • 4cb90ce Merge pull request #1205 from dtolnay/hasnext
  • b71ccd2 Reduce duplicative instantiation of logic in SeqAccess and MapAccess
  • a810ba9 Release 1.0.131
  • 0d084c5 Touch up PR 1135
  • b4954a9 Merge pull request #1135 from swlynch99/map-deserializer
  • Additional commits viewable in compare view


Updates uuid to 1.11.0

Release notes

Sourced from uuid's releases.

1.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | google-youtube3 | [< 5.0.1000004, > 5.0.4] |

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
madiele commented 3 weeks ago

@dependabot ignore google-youtube3 major version

dependabot[bot] commented 3 weeks ago

OK, I won't notify you about version 6.x.x of google-youtube3 again, unless you unignore it.

dependabot[bot] commented 3 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.