[PR #356] [MERGED] Automatic update to protobuf 2.8, regenerate protocol files #889

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/356
Author: @tstenner
Created: 7/27/2019
Status: Merged
Merged: 8/19/2019
Merged by: @sashahilton00

Base: masterHead: updateprotobuf


📝 Commits (2)

  • 9d97f8f Automatic update to protobuf 2.8, regenerate protocol files
  • 1ba6e58 Restrict protobuf updates

📊 Changes

12 files changed (+593 additions, -613 deletions)

View changed files

📝 Cargo.lock (+205 -225)
📝 Cargo.toml (+1 -1)
📝 connect/Cargo.toml (+1 -1)
📝 core/Cargo.toml (+1 -1)
📝 metadata/Cargo.toml (+1 -1)
📝 protocol/Cargo.toml (+2 -2)
📝 protocol/src/authentication.rs (+82 -82)
📝 protocol/src/keyexchange.rs (+137 -137)
📝 protocol/src/mercury.rs (+32 -32)
📝 protocol/src/metadata.rs (+82 -82)
📝 protocol/src/pubsub.rs (+7 -7)
📝 protocol/src/spirc.rs (+42 -42)

📄 Description

After the recent protobuf update, cargo update also updates protobuf to 2.8, causing the build to fail because the protocol files are still built for 2.7.
This PR updates protobuf in Cargo.lock and adds the changed protocol files / checksums.


🔄 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/356 **Author:** [@tstenner](https://github.com/tstenner) **Created:** 7/27/2019 **Status:** ✅ Merged **Merged:** 8/19/2019 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `updateprotobuf` --- ### 📝 Commits (2) - [`9d97f8f`](https://github.com/librespot-org/librespot/commit/9d97f8f1ceb234932ee9ab7184166d5c29fc20cd) Automatic update to protobuf 2.8, regenerate protocol files - [`1ba6e58`](https://github.com/librespot-org/librespot/commit/1ba6e5886a4bbbe1b8fb1e6f015822381dff8c16) Restrict protobuf updates ### 📊 Changes **12 files changed** (+593 additions, -613 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+205 -225) 📝 `Cargo.toml` (+1 -1) 📝 `connect/Cargo.toml` (+1 -1) 📝 `core/Cargo.toml` (+1 -1) 📝 `metadata/Cargo.toml` (+1 -1) 📝 `protocol/Cargo.toml` (+2 -2) 📝 `protocol/src/authentication.rs` (+82 -82) 📝 `protocol/src/keyexchange.rs` (+137 -137) 📝 `protocol/src/mercury.rs` (+32 -32) 📝 `protocol/src/metadata.rs` (+82 -82) 📝 `protocol/src/pubsub.rs` (+7 -7) 📝 `protocol/src/spirc.rs` (+42 -42) </details> ### 📄 Description After the recent protobuf update, `cargo update` also updates protobuf to 2.8, causing the build to fail because the protocol files are still built for 2.7. This PR updates protobuf in Cargo.lock and adds the changed protocol files / checksums. --- <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:20 +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#889
No description provided.