[PR #1164] [MERGED] Update dependencies sysinfo and RSA #1260

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1164
Author: @yubiuser
Created: 5/13/2023
Status: Merged
Merged: 5/14/2023
Merged by: @roderickvd

Base: devHead: update_dependencies


📝 Commits (5)

📊 Changes

5 files changed (+126 additions, -118 deletions)

View changed files

📝 .github/workflows/test.yml (+3 -3)
📝 CHANGELOG.md (+1 -1)
📝 Cargo.lock (+118 -110)
📝 core/Cargo.toml (+2 -2)
📝 core/src/connection/handshake.rs (+2 -2)

📄 Description

Updates dependencies to the latest version and regenerates Caro.lock.

librespot-core: /librespot/core/Cargo.toml
	rsa matches 0.8.2;	latest is 0.9.2
	sysinfo matches 0.28.4;	latest is 0.29.0

Relevant change was the removal of the PublicKey trait in RSA. It can be replaced by RsaPublicKey
See https://github.com/RustCrypto/RSA/pull/300

Changelog for RAS: https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md
Changelog for sysinfo: https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md


🔄 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/1164 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 5/13/2023 **Status:** ✅ Merged **Merged:** 5/14/2023 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `update_dependencies` --- ### 📝 Commits (5) - [`9f7f7b2`](https://github.com/librespot-org/librespot/commit/9f7f7b2df4f4b49108aa23e7646a36f9dc9a5b82) Update sysinfo to v0.29 - [`d71e3cf`](https://github.com/librespot-org/librespot/commit/d71e3cf37cd79f8c86a8e22e4c7aaf04ff0c25c5) Update RSA to 0.9.2 - [`3c63ab4`](https://github.com/librespot-org/librespot/commit/3c63ab4803a1b1496f8e9c8283af534b30370366) Regenerate Cargo.lock - [`5dbc9d4`](https://github.com/librespot-org/librespot/commit/5dbc9d4242f42ffff31389a90a8bf100372ca9aa) Update MSRV to 1.65 - [`f922744`](https://github.com/librespot-org/librespot/commit/f92274456811f9a5981b3a6e7b079ee376acf1e4) Update Changelog ### 📊 Changes **5 files changed** (+126 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+3 -3) 📝 `CHANGELOG.md` (+1 -1) 📝 `Cargo.lock` (+118 -110) 📝 `core/Cargo.toml` (+2 -2) 📝 `core/src/connection/handshake.rs` (+2 -2) </details> ### 📄 Description Updates dependencies to the latest version and regenerates `Caro.lock`. ``` librespot-core: /librespot/core/Cargo.toml rsa matches 0.8.2; latest is 0.9.2 sysinfo matches 0.28.4; latest is 0.29.0 ``` Relevant change was the removal of the `PublicKey` trait in `RSA`. It can be replaced by `RsaPublicKey` See https://github.com/RustCrypto/RSA/pull/300 Changelog for `RAS`: https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md Changelog for `sysinfo`: https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md --- <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:46 +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#1260
No description provided.