[PR #1041] Performs full dependency update #1141

Open
opened 2026-02-28 14:54:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/1041
Author: @xarthna
Created: 11/9/2022
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 13e8ca4 Performs full dependency update

📊 Changes

1 file changed (+641 additions, -512 deletions)

View changed files

📝 Cargo.lock (+641 -512)

📄 Description

Does not change Cargo.toml but issues a cargo update for full dependency update.

The reason for this PR is due to Artix Linux rolling release distro (and other distros) moving to openssl-3.* and dropping openssl-1.1. Therefore, spt cannot find libssl.so.1.1 at runtime and needs to be rebuilt against the newer ssl version. The main target package for upgrade is rust-openssl v0.10.42 which is not a top level dependency of the project. According to the rust-openssl project the new version v0.10.42 supports openssl 1.0.1 through 3.x.x. Therefore, I believe this update should be backwards compatible with openssl-1.1 installations.


🔄 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/Rigellute/spotify-tui/pull/1041 **Author:** [@xarthna](https://github.com/xarthna) **Created:** 11/9/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`13e8ca4`](https://github.com/Rigellute/spotify-tui/commit/13e8ca4ce2c10f2758accbe91bea6ec2f8ba6496) Performs full dependency update ### 📊 Changes **1 file changed** (+641 additions, -512 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+641 -512) </details> ### 📄 Description Does not change `Cargo.toml` but issues a `cargo update` for full dependency update. The reason for this PR is due to Artix Linux rolling release distro (and other distros) moving to openssl-3.* and dropping openssl-1.1. Therefore, `spt` cannot find `libssl.so.1.1` at runtime and needs to be rebuilt against the newer ssl version. The main target package for upgrade is [rust-openssl v0.10.42](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.42) which is not a top level dependency of the project. According to the rust-openssl project the new version v0.10.42 [supports](https://docs.rs/openssl/latest/openssl/) openssl 1.0.1 through 3.x.x. Therefore, I believe this update should be backwards compatible with openssl-1.1 installations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/spotify-tui#1141
No description provided.