[PR #1224] [MERGED] Update/dependencies #1288

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1224
Author: @yubiuser
Created: 11/15/2023
Status: Merged
Merged: 11/15/2023
Merged by: @roderickvd

Base: devHead: update/dependencies


📝 Commits (9)

  • eae3a56 Fix clippy warning, use unwrap_or_default()
  • 663fb3b Update quick-xml to 0.31
  • 36c939c Update alsa to 0.8.1
  • dd07be4 Update gstreamer to 0.21.2
  • c01742c Update zerocopy to 0.7.26
  • ac9472f Update Cargo.lock
  • 88c8bab gstreamer pipeline constructors don't take the optional name
  • 3bec1ea No redundant_locals
  • 6f49633 Add webkpi 0.22.4 to dependencies

📊 Changes

7 files changed (+461 additions, -487 deletions)

View changed files

📝 Cargo.lock (+451 -477)
📝 Cargo.toml (+1 -0)
📝 connect/src/spirc.rs (+0 -1)
📝 core/Cargo.toml (+1 -1)
📝 core/src/spclient.rs (+2 -2)
📝 playback/Cargo.toml (+5 -5)
📝 playback/src/audio_backend/gstreamer.rs (+1 -1)

📄 Description

Updates the following dependencies and fixes the clippy warnings

librespot-core: /librespot/core/Cargo.toml
	quick-xml matches 0.30.0;	latest is 0.31.0

librespot-playback: /librespot/playback/Cargo.toml
	alsa matches 0.7.1;	latest is 0.8.1
	gstreamer matches 0.20.7;	latest is 0.21.2
	gstreamer-app matches 0.20.7;	latest is 0.21.2
	gstreamer-audio matches 0.20.7;	latest is 0.21.2
	zerocopy matches 0.6.5;	latest is 0.7.26

🔄 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/1224 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 11/15/2023 **Status:** ✅ Merged **Merged:** 11/15/2023 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `update/dependencies` --- ### 📝 Commits (9) - [`eae3a56`](https://github.com/librespot-org/librespot/commit/eae3a56c30caa607803d6139569a744c293c1dc6) Fix clippy warning, use unwrap_or_default() - [`663fb3b`](https://github.com/librespot-org/librespot/commit/663fb3b8614514d77a9b4e031e443f753a0c6535) Update quick-xml to 0.31 - [`36c939c`](https://github.com/librespot-org/librespot/commit/36c939c12a83d74c730ea60c2607a02730f7dd52) Update alsa to 0.8.1 - [`dd07be4`](https://github.com/librespot-org/librespot/commit/dd07be41af279593e0873b4afe52b9737634ee13) Update gstreamer to 0.21.2 - [`c01742c`](https://github.com/librespot-org/librespot/commit/c01742c010bc071ed9e51f9e5fca0b758a4c45dc) Update zerocopy to 0.7.26 - [`ac9472f`](https://github.com/librespot-org/librespot/commit/ac9472f085c22cb6fe671bedaa6b6940c56c6051) Update Cargo.lock - [`88c8bab`](https://github.com/librespot-org/librespot/commit/88c8babdf1770e2b9cecf90201f336dbced0aba7) gstreamer pipeline constructors don't take the optional name - [`3bec1ea`](https://github.com/librespot-org/librespot/commit/3bec1eab0e95b6d4bfc26164f4caf2bdb85cd956) No redundant_locals - [`6f49633`](https://github.com/librespot-org/librespot/commit/6f496334d2e930eb5e683bd921e53e9ee4690fa2) Add webkpi 0.22.4 to dependencies ### 📊 Changes **7 files changed** (+461 additions, -487 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+451 -477) 📝 `Cargo.toml` (+1 -0) 📝 `connect/src/spirc.rs` (+0 -1) 📝 `core/Cargo.toml` (+1 -1) 📝 `core/src/spclient.rs` (+2 -2) 📝 `playback/Cargo.toml` (+5 -5) 📝 `playback/src/audio_backend/gstreamer.rs` (+1 -1) </details> ### 📄 Description Updates the following dependencies and fixes the clippy warnings ``` librespot-core: /librespot/core/Cargo.toml quick-xml matches 0.30.0; latest is 0.31.0 librespot-playback: /librespot/playback/Cargo.toml alsa matches 0.7.1; latest is 0.8.1 gstreamer matches 0.20.7; latest is 0.21.2 gstreamer-app matches 0.20.7; latest is 0.21.2 gstreamer-audio matches 0.20.7; latest is 0.21.2 zerocopy matches 0.6.5; latest is 0.7.26 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:01:52 +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#1288
No description provided.