[PR #1317] [MERGED] Update dependencies #1336

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1317
Author: @yubiuser
Created: 8/28/2024
Status: Merged
Merged: 9/5/2024
Merged by: @roderickvd

Base: devHead: update


📝 Commits (6)

  • dcd592b Update MSRV to 1.74.0 and sysinfo to 0.31.3
  • dc22910 Update vergen to version 9 by using the new vergen-gitctl libary
  • bec54a6 Update quick-xml to 0.36.1
  • 102a8fd Add cargo clean to test.sh
  • 09ffc01 Update rodio
  • ac02ca2 Update sdl2

📊 Changes

16 files changed (+195 additions, -46 deletions)

View changed files

📝 .devcontainer/Dockerfile (+1 -1)
📝 .github/workflows/test.yml (+3 -3)
📝 CHANGELOG.md (+1 -1)
📝 Cargo.lock (+157 -17)
📝 Cargo.toml (+2 -2)
📝 audio/Cargo.toml (+1 -1)
📝 connect/Cargo.toml (+1 -1)
📝 contrib/Dockerfile (+1 -1)
📝 core/Cargo.toml (+4 -4)
📝 core/build.rs (+15 -6)
📝 discovery/Cargo.toml (+1 -1)
📝 metadata/Cargo.toml (+1 -1)
📝 playback/Cargo.toml (+3 -3)
📝 protocol/Cargo.toml (+1 -1)
📝 src/main.rs (+2 -2)
📝 test.sh (+1 -1)

📄 Description

Updates

/workspaces/librespot/Cargo.toml
dependency  current  upgrade
sysinfo     0.30.13  0.31.3

librespot-core
/workspaces/librespot/core/Cargo.toml
dependency    current  upgrade
quick-xml     0.32.0   0.36.1
sysinfo       0.30.13  0.31.3
vergen        8.3.2    9.0.0

librespot-playback
/workspaces/librespot/playback/Cargo.toml
dependency       current  upgrade
rodio            0.18.1   0.19.0
sdl2             0.36.0   0.37.0

MRSV needed to be increased to 1.74.0


I did not update

librespot-playback
/workspaces/librespot/playback/Cargo.toml
dependency       current  upgrade
glib             0.19.9   0.20.2
gstreamer        0.22.7   0.23.1
gstreamer-app    0.22.6   0.23.0
gstreamer-audio  0.22.6   0.23.0

because updating them caused downstream issues in cfg_expr, 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/1317 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `update` --- ### 📝 Commits (6) - [`dcd592b`](https://github.com/librespot-org/librespot/commit/dcd592bafb7f85b0f032ba2dca4988ad29d3d8d0) Update MSRV to 1.74.0 and sysinfo to 0.31.3 - [`dc22910`](https://github.com/librespot-org/librespot/commit/dc229106735aba77bbcb2f72d6079ade9f44db5b) Update vergen to version 9 by using the new vergen-gitctl libary - [`bec54a6`](https://github.com/librespot-org/librespot/commit/bec54a64f1c18f7759e1c6e40ad7ed7f4db55f42) Update quick-xml to 0.36.1 - [`102a8fd`](https://github.com/librespot-org/librespot/commit/102a8fd833942c994f28e43f93c360742fe9da7d) Add cargo clean to test.sh - [`09ffc01`](https://github.com/librespot-org/librespot/commit/09ffc01e779401d5eec53b3cf5c86f38cd5c9409) Update rodio - [`ac02ca2`](https://github.com/librespot-org/librespot/commit/ac02ca224e5c32594fd68e7fd6c5c13fc11dce4a) Update sdl2 ### 📊 Changes **16 files changed** (+195 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/Dockerfile` (+1 -1) 📝 `.github/workflows/test.yml` (+3 -3) 📝 `CHANGELOG.md` (+1 -1) 📝 `Cargo.lock` (+157 -17) 📝 `Cargo.toml` (+2 -2) 📝 `audio/Cargo.toml` (+1 -1) 📝 `connect/Cargo.toml` (+1 -1) 📝 `contrib/Dockerfile` (+1 -1) 📝 `core/Cargo.toml` (+4 -4) 📝 `core/build.rs` (+15 -6) 📝 `discovery/Cargo.toml` (+1 -1) 📝 `metadata/Cargo.toml` (+1 -1) 📝 `playback/Cargo.toml` (+3 -3) 📝 `protocol/Cargo.toml` (+1 -1) 📝 `src/main.rs` (+2 -2) 📝 `test.sh` (+1 -1) </details> ### 📄 Description Updates ``` /workspaces/librespot/Cargo.toml dependency current upgrade sysinfo 0.30.13 0.31.3 librespot-core /workspaces/librespot/core/Cargo.toml dependency current upgrade quick-xml 0.32.0 0.36.1 sysinfo 0.30.13 0.31.3 vergen 8.3.2 9.0.0 librespot-playback /workspaces/librespot/playback/Cargo.toml dependency current upgrade rodio 0.18.1 0.19.0 sdl2 0.36.0 0.37.0 ``` MRSV needed to be increased to `1.74.0` ___ I did not update ``` librespot-playback /workspaces/librespot/playback/Cargo.toml dependency current upgrade glib 0.19.9 0.20.2 gstreamer 0.22.7 0.23.1 gstreamer-app 0.22.6 0.23.0 gstreamer-audio 0.22.6 0.23.0 ``` because updating them caused downstream issues in `cfg_expr`, [see here.](https://github.com/EmbarkStudios/cfg-expr/issues/73) --- <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:03 +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#1336
No description provided.