fix: update free-librespot and other dependencies

This commit is contained in:
oSumAtrIX 2022-08-16 16:28:41 +02:00
parent 240bb65fc4
commit ce30f29903
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
2 changed files with 238 additions and 220 deletions

440
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,8 @@ panic = "abort"
[package] [package]
name = "down_on_spot" name = "down_on_spot"
version = "0.2.2" version = "0.2.3"
edition = "2018" edition = "2021"
authors = ["exttex", "oSumAtrIX"] authors = ["exttex", "oSumAtrIX"]
build = "build.rs" build = "build.rs"
@ -16,11 +16,11 @@ build = "build.rs"
winres = "0.1" winres = "0.1"
[dependencies] [dependencies]
clap = "3.0" clap = "3.2"
log = "0.4" log = "0.4"
url = "2.2" url = "2.2"
protobuf = "3.0" protobuf = "3.1"
id3 = "1.0" id3 = "1.3"
dirs = "4.0" dirs = "4.0"
chrono = "0.4" chrono = "0.4"
lewton = "0.10" lewton = "0.10"
@ -29,17 +29,17 @@ reqwest = "0.11"
colored = "2" colored = "2"
lame = "0.1" lame = "0.1"
aspotify = "0.7" aspotify = "0.7"
librespot = { git = "ssh://git@github.com/oSumAtrIX/free-librespot.git", branch = "dev" } librespot = { git = "ssh://git@github.com/oSumAtrIX/free-librespot.git" }
async-std = { version = "1.10", features = ["attributes", "tokio1"] } async-std = { version = "1.12", features = ["attributes", "tokio1"] }
serde_json = "1.0" serde_json = "1.0"
async-stream = "0.3" async-stream = "0.3"
oggvorbismeta = "0.1" oggvorbismeta = "0.1"
sanitize-filename = "0.4" sanitize-filename = "0.4"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.12", features = ["fs"] } tokio = { version = "1.20", features = ["fs"] }
[package.metadata.winres] [package.metadata.winres]
OriginalFilename = "DownOnSpot.exe" OriginalFilename = "DownOnSpot.exe"
FileDescription = "Download songs from Spotify with Rust" FileDescription = "Download songs from Spotify with Rust"
ProductName = "DownOnSpot" ProductName = "DownOnSpot"
ProductVersion = "0.2.2" ProductVersion = "0.2.3"