[PR #602] [MERGED] Bump crypto crates #993

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/602
Author: @Johannesd3
Created: 2/13/2021
Status: Merged
Merged: 2/21/2021
Merged by: @sashahilton00

Base: devHead: bumb_crypto_crates


📝 Commits (1)

📊 Changes

8 files changed (+131 additions, -114 deletions)

View changed files

📝 Cargo.lock (+103 -86)
📝 audio/Cargo.toml (+1 -1)
📝 audio/src/decrypt.rs (+2 -2)
📝 connect/Cargo.toml (+4 -4)
📝 connect/src/discovery.rs (+8 -8)
📝 core/Cargo.toml (+4 -4)
📝 core/src/authentication.rs (+3 -3)
📝 core/src/connection/handshake.rs (+6 -6)

📄 Description

{aes, aes-ctr}: 0.3 -> 0.6
sha-1: 0.8 -> 0.9
hmac: 0.7 -> 0.10
{pbkdf2, block-modes}: 0.3 -> 0.7

In those crates were some breaking changes, but I think I figured it out and everything works as before.


🔄 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/602 **Author:** [@Johannesd3](https://github.com/Johannesd3) **Created:** 2/13/2021 **Status:** ✅ Merged **Merged:** 2/21/2021 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `dev` ← **Head:** `bumb_crypto_crates` --- ### 📝 Commits (1) - [`34733ba`](https://github.com/librespot-org/librespot/commit/34733baa75559bcb2d95496a746cc03506130bf4) Bump crypto crates ### 📊 Changes **8 files changed** (+131 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+103 -86) 📝 `audio/Cargo.toml` (+1 -1) 📝 `audio/src/decrypt.rs` (+2 -2) 📝 `connect/Cargo.toml` (+4 -4) 📝 `connect/src/discovery.rs` (+8 -8) 📝 `core/Cargo.toml` (+4 -4) 📝 `core/src/authentication.rs` (+3 -3) 📝 `core/src/connection/handshake.rs` (+6 -6) </details> ### 📄 Description {aes, aes-ctr}: 0.3 -> 0.6 sha-1: 0.8 -> 0.9 hmac: 0.7 -> 0.10 {pbkdf2, block-modes}: 0.3 -> 0.7 In those crates were some breaking changes, but I think I figured it out and everything works as before. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00: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#993
No description provided.