[PR #1148] [MERGED] Update base64 #1250

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/1148
Author: @yubiuser
Created: 4/11/2023
Status: Merged
Merged: 4/13/2023
Merged by: @roderickvd

Base: devHead: update/base64


📝 Commits (2)

📊 Changes

5 files changed (+149 additions, -76 deletions)

View changed files

📝 Cargo.lock (+134 -68)
📝 core/Cargo.toml (+1 -1)
📝 core/src/authentication.rs (+7 -3)
📝 discovery/Cargo.toml (+1 -1)
📝 discovery/src/server.rs (+6 -3)

📄 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 base64 from v0.13 to v0.21.
Breaking change was that base64 changed encode* and decode* top level functions to methods of engine since 0.20


🔄 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/1148 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 4/11/2023 **Status:** ✅ Merged **Merged:** 4/13/2023 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `update/base64` --- ### 📝 Commits (2) - [`f7e1369`](https://github.com/librespot-org/librespot/commit/f7e1369fdc3a21b810e83dd496844a02f223d33a) Update base64 - [`a39ac70`](https://github.com/librespot-org/librespot/commit/a39ac702bc06e00e6116f8d591851077d6ad0188) Adjust code ### 📊 Changes **5 files changed** (+149 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+134 -68) 📝 `core/Cargo.toml` (+1 -1) 📝 `core/src/authentication.rs` (+7 -3) 📝 `discovery/Cargo.toml` (+1 -1) 📝 `discovery/src/server.rs` (+6 -3) </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 `base64` from `v0.13` to `v0.21`. Breaking change was that `base64` changed `encode*` and `decode*` top level functions to methods of engine [since 0.20](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md#breaking-changes-1) --- <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#1250
No description provided.