[PR #1152] [MERGED] Update rsa #1253

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1152
Author: @yubiuser
Created: 4/12/2023
Status: Merged
Merged: 4/13/2023
Merged by: @roderickvd

Base: devHead: update/rsa


📝 Commits (1)

📊 Changes

3 files changed (+165 additions, -107 deletions)

View changed files

📝 Cargo.lock (+160 -93)
📝 core/Cargo.toml (+2 -2)
📝 core/src/connection/handshake.rs (+3 -12)

📄 Description

This is one of a series of PRs that will update dependencies not included in https://github.com/librespot-org/librespot/pull/1140.

This one updates rsa from v0.6 to v0.8.2
Breaking change were


🔄 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/1152 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 4/12/2023 **Status:** ✅ Merged **Merged:** 4/13/2023 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `update/rsa` --- ### 📝 Commits (1) - [`453ef48`](https://github.com/librespot-org/librespot/commit/453ef48385f5642e1c0e8a859c7335c4237e98ad) Update rsa ### 📊 Changes **3 files changed** (+165 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+160 -93) 📝 `core/Cargo.toml` (+2 -2) 📝 `core/src/connection/handshake.rs` (+3 -12) </details> ### 📄 Description This is one of a series of PRs that will update dependencies not included in https://github.com/librespot-org/librespot/pull/1140. This one updates `rsa` from v0.6 to v0.8.2 Breaking change were - `rsa` does not have the hash module [anymore since 0.7.0,](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md#removed), but uses OIDs - [ PaddingScheme was refcatored into a trait,](https://github.com/RustCrypto/RSA/pull/244) released with 0.8.0 --- <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:44 +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#1253
No description provided.