[PR #1298] [MERGED] Update/deps #1326

Closed
opened 2026-02-27 20:02:01 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: update/deps


📝 Commits (6)

📊 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)

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)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/1298 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `update/deps` --- ### 📝 Commits (6) - [`90625a7`](https://github.com/librespot-org/librespot/commit/90625a71d0e8c7844292eaac552c9be4afac82fd) Update base64 to 0.22 - [`8ec9868`](https://github.com/librespot-org/librespot/commit/8ec9868ad52048edd1459a17c3c43dbf10cbeda2) Update priority-queue to 2.0 - [`0990143`](https://github.com/librespot-org/librespot/commit/0990143fedc0f9072b9712df9966f3f07a8ef2fd) Update quick-xml to 0.32 - [`9837775`](https://github.com/librespot-org/librespot/commit/983777518fd48ffd90b1ea93e1717d02bd953040) Update rodio to 0.18.1 - [`b0170d1`](https://github.com/librespot-org/librespot/commit/b0170d142b51f73047fd7da17cdee6b206ef81b4) Bump MSRV to 1.73 - [`419fd74`](https://github.com/librespot-org/librespot/commit/419fd748f4f8b3c196edf997f7dd1b880f41704b) Update cargo.lock ### 📊 Changes **13 files changed** (+749 additions, -492 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description 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](https://github.com/librespot-org/librespot/pull/1291). 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](https://github.com/rust-lang/rust/issues/88581)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:02:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#1326
No description provided.