mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #1041] Performs full dependency update #1141
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#1141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/1041
Author: @xarthna
Created: 11/9/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
13e8ca4Performs full dependency update📊 Changes
1 file changed (+641 additions, -512 deletions)
View changed files
📝
Cargo.lock(+641 -512)📄 Description
Does not change
Cargo.tomlbut issues acargo updatefor 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,
sptcannot findlibssl.so.1.1at 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.