mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #105] [MERGED] Upgraded dependencies #246
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/105
Author: @marioortizmanero
Created: 8/12/2020
Status: ✅ Merged
Merged: 8/14/2020
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (1)
8eb9291Updated dependencies📊 Changes
3 files changed (+21 additions, -15 deletions)
View changed files
📝
Cargo.toml(+13 -13)📝
src/blocking/oauth2.rs(+4 -1)📝
src/oauth2.rs(+4 -1)📄 Description
I ran a
cargo upgradefromcargo-editto update the dependencies used in this module. I strongly suggest integrating Dependabot here so that this is taken care of automatically. It's really easy to use and avoids having to update all dependencies at once.The only change I had to make so that the examples compiled was upgrading
percent_encodingto v2.X. I simply followed the instructions indicated on their repo for the encoding set this module used.On a side note: I think the
base64dependency may be unnecessary. I don't see where it's exactly being used, and the examples still compile after removing it fromCargo.tomland theextern cratefromlib.rs.Edit: please merge #106 first so that I can update this afterwards.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.