Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust-dependencies group with 3 updates #223

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

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: uuid-rs/uuid@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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [google-youtube3](https://github.com/Byron/google-apis-rs), [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

Updates `google-youtube3` to 6.0.0+20240626
- [Release notes](https://github.com/Byron/google-apis-rs/releases)
- [Changelog](https://github.com/Byron/google-apis-rs/blob/main/changelog.md)
- [Commits](Byron/google-apis-rs@google-apis-common-v5.0.4...google-apis-common-v6.0.0)

Updates `serde_json` to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `uuid` to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: google-youtube3
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 21, 2024
@madiele
Copy link
Owner

madiele commented Oct 25, 2024

@dependabot ignore google-youtube3 major version

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2024

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2024

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

@dependabot dependabot bot closed this Oct 25, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rust-dependencies-78788fefc1 branch October 25, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant