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

chore(deps): bump the cargo group with 2 updates #1576

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the cargo group with 2 updates: reqwest and rspotify.

Updates reqwest from 0.12.11 to 0.12.12

Changelog

Sourced from reqwest's changelog.

v0.12.12

  • (wasm) Fix compilation by not compiler tokio/time on WASM.
Commits

Updates rspotify from 0.13.3 to 0.14.0

Release notes

Sourced from rspotify's releases.

Release Version 0.14.0

Breaking changes

  • (#487) Change the type of TrackLink.id from TrackId<'static> to Option<TrackId<'static>>

Bugfixes

  • (#494) Fix endless sequential pagination problem.

New features

  • (#496) Add support for searching multiple types
  • (#512) Add AuthCodePkceSpotify::from_token_with_config()
  • (#513)
    • Automatically spawn a local TCPListener to handle redirect url without manually copy/paste URL into terminal.(The most exciting feature in this release, free developer from manually copying/pasting redirect_url into their terminal)
    • Mark artist_related_artists, track_features, tracks_features, track_analysis as deprecated because Spotify has deprecated these endpoints

It's the last release in 2024, Happy New Year, nerds :)

Changelog

Sourced from rspotify's changelog.

0.14.0 (2024.12.31)

Breaking changes

  • (#487) Change the type of TrackLink.id from TrackId<'static> to Option<TrackId<'static>>

Bugfixes

  • (#494) Fix endless sequential pagination problem.

New features

  • (#496) Add support for searching multiple types
  • (#512) Add AuthCodePkceSpotify::from_token_with_config()
  • (#513)
    • Automatically spawn a local TCPListener to handle redirect url without manually copy/paste URL into terminal
    • Mark artist_related_artists, track_features, tracks_features, track_analysis as deprecated because Spotify has deprecated these endpoints
Commits
  • a7080cb Merge pull request #514 from ramsayleung/ramsay/upgrade-to-0.14
  • 0a4a1da Upgrade to 0.14.0
  • 533c071 Merge pull request #513 from ramsayleung/ramsay/add_tcplistern_for_callback
  • 8efda38 Add the missing endpoint back into the description of CHANGELOG.
  • e20e08c Complete the description of CHANGELOG.
  • f2f22ef Remove unnecessary debug statement.
  • dbb4198 Fix cargo format error.
  • 48e1780 Fix the CI problem that Url.socket_addr method doesn't exist in wasm architec...
  • ab0cfc4 Mark artist_related_artists, track_features, tracks_features as depreca...
  • 7360347 Rollback .env to fix failed tests.
  • 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 <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

Bumps the cargo group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [rspotify](https://github.com/ramsayleung/rspotify).


Updates `reqwest` from 0.12.11 to 0.12.12
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.11...v0.12.12)

Updates `rspotify` from 0.13.3 to 0.14.0
- [Release notes](https://github.com/ramsayleung/rspotify/releases)
- [Changelog](https://github.com/ramsayleung/rspotify/blob/master/CHANGELOG.md)
- [Commits](ramsayleung/rspotify@v0.13.3...v0.14.0)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rspotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

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 Jan 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

0 participants