mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1298] [MERGED] Update/deps #1326
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1326
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/librespot-org/librespot/pull/1298
Author: @yubiuser
Created: 6/10/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @roderickvd
Base:
dev← Head:update/deps📝 Commits (6)
90625a7Update base64 to 0.228ec9868Update priority-queue to 2.00990143Update quick-xml to 0.329837775Update rodio to 0.18.1b0170d1Bump MSRV to 1.73419fd74Update cargo.lock📊 Changes
13 files changed (+749 additions, -492 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
.github/workflows/test.yml(+3 -3)📝
CHANGELOG.md(+1 -1)📝
Cargo.lock(+730 -473)📝
Cargo.toml(+1 -1)📝
audio/Cargo.toml(+1 -1)📝
connect/Cargo.toml(+1 -1)📝
contrib/Dockerfile(+1 -1)📝
core/Cargo.toml(+4 -4)📝
discovery/Cargo.toml(+2 -2)📝
metadata/Cargo.toml(+1 -1)📝
playback/Cargo.toml(+2 -2)📝
protocol/Cargo.toml(+1 -1)📄 Description
Updates the following dependencies except of
hyper-rustls(see below)I did not upgrade
hyper-rustlsas this was also not done here. However, at some point,librespotneed to go that way.I needed to upgrade MSRV to 1.73. as
rodiousedchecked_next_multiple_ofwhich is stable since 1.73 (see here)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.