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

Update/deps #1298

Merged
merged 6 commits into from
Jun 10, 2024
Merged

Update/deps #1298

merged 6 commits into from
Jun 10, 2024

Conversation

yubiuser
Copy link
Contributor

Updates the following dependencies except of hyper-rustls (see below)

librespot-core
/workspaces/librespot/core/Cargo.toml
dependency      current  upgrade
base64          0.21.7   0.22.1
hyper-rustls    0.26.0   0.27.2
priority-queue  1.4.0    2.0.3
quick-xml       0.31.0   0.32.0

librespot-playback
/workspaces/librespot/playback/Cargo.toml
dependency  current  upgrade
rodio       0.17.3   0.18.1

librespot-discovery
/workspaces/librespot/discovery/Cargo.toml
dependency  current  upgrade
base64      0.21.7   0.22.1

I did not upgrade hyper-rustls as this was also not done here. However, at some point, librespot need to go that way.


I needed to upgrade MSRV to 1.73. as rodio used checked_next_multiple_of which is stable since 1.73 (see here)

Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
@roderickvd
Copy link
Member

Thanks. MSRV update seems fine to me as it remains a couple of versions behind latest stable. Will merge when the CI passes.

@roderickvd roderickvd merged commit 6fb3572 into librespot-org:dev Jun 10, 2024
9 checks passed
@yubiuser yubiuser deleted the update/deps branch August 27, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants