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

replace redundant reqwest dependency with url #1120

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

eladyn
Copy link
Member

@eladyn eladyn commented Sep 25, 2022

Thanks to #1118, I discovered a redundant dependency (reqwest) that we just required for a single type that librespot uses (reqwest::Url), which is, however, a re-export of url::Url. So this should remove an unnecessary dependency. (And update Cargo.lock, which was necessary.)

Fixes #1118.

@eladyn eladyn added the dependencies Pull requests that update a dependency file label Sep 25, 2022
@eladyn eladyn added this to the v0.3.4 milestone Sep 25, 2022
@eladyn eladyn requested a review from a team September 25, 2022 20:06
@eladyn eladyn changed the title replace redundant reqwest dependency with url replace redundant reqwest dependency with url Sep 25, 2022
Copy link
Member

@slondr slondr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, love to see it

@robinvd robinvd merged commit cb976ce into Spotifyd:master Sep 26, 2022
@eladyn eladyn deleted the remove_reqwest_dep branch September 26, 2022 14:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown dependency openssl-sys relies on older version, Conflicts with LibreSSL 3.5.3
3 participants