mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1164] [MERGED] Update dependencies sysinfo and RSA #1260
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1260
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/librespot-org/librespot/pull/1164
Author: @yubiuser
Created: 5/13/2023
Status: ✅ Merged
Merged: 5/14/2023
Merged by: @roderickvd
Base:
dev← Head:update_dependencies📝 Commits (5)
9f7f7b2Update sysinfo to v0.29d71e3cfUpdate RSA to 0.9.23c63ab4Regenerate Cargo.lock5dbc9d4Update MSRV to 1.65f922744Update Changelog📊 Changes
5 files changed (+126 additions, -118 deletions)
View changed files
📝
.github/workflows/test.yml(+3 -3)📝
CHANGELOG.md(+1 -1)📝
Cargo.lock(+118 -110)📝
core/Cargo.toml(+2 -2)📝
core/src/connection/handshake.rs(+2 -2)📄 Description
Updates dependencies to the latest version and regenerates
Caro.lock.Relevant change was the removal of the
PublicKeytrait inRSA. It can be replaced byRsaPublicKeySee https://github.com/RustCrypto/RSA/pull/300
Changelog for
RAS: https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.mdChangelog for
sysinfo: https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.