mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #710] [MERGED] Tweak dependencies #1030
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#1030
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/710
Author: @Johannesd3
Created: 5/1/2021
Status: ✅ Merged
Merged: 5/4/2021
Merged by: @sashahilton00
Base:
dev← Head:dependencies📝 Commits (7)
ddf41a4Update lower version bound for some deps6077a1eRemove unused block-modes dep1681574Bump hmac and pbkdf29d55f9aUpdate Cargo.lockda2cd8cBump MSRV to 1.4817b04c4Remove libc depf6a328cBump getopts📊 Changes
9 files changed (+155 additions, -191 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
COMPILING.md(+1 -1)📝
Cargo.lock(+138 -173)📝
Cargo.toml(+1 -1)📝
connect/Cargo.toml(+4 -5)📝
connect/src/discovery.rs(+3 -3)📝
core/Cargo.toml(+4 -4)📝
core/src/connection/handshake.rs(+3 -2)📝
playback/Cargo.toml(+0 -1)📄 Description
(most notably: the crates aes and aes-ctr were unified)but not aes since it requires rust 1.49.Bumped zerocopy from 0.3 to 0.5.(Needs rust version 1.51)rm Cargo.lock && cargo +nightly build -Z minimal-versionswork, but it's a step into the right direction.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.