fix: update free-librespot and other dependencies
This commit is contained in:
parent
240bb65fc4
commit
ce30f29903
2 changed files with 238 additions and 220 deletions
440
Cargo.lock
generated
440
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
|
@ -7,8 +7,8 @@ panic = "abort"
|
|||
|
||||
[package]
|
||||
name = "down_on_spot"
|
||||
version = "0.2.2"
|
||||
edition = "2018"
|
||||
version = "0.2.3"
|
||||
edition = "2021"
|
||||
authors = ["exttex", "oSumAtrIX"]
|
||||
build = "build.rs"
|
||||
|
||||
|
|
@ -16,11 +16,11 @@ build = "build.rs"
|
|||
winres = "0.1"
|
||||
|
||||
[dependencies]
|
||||
clap = "3.0"
|
||||
clap = "3.2"
|
||||
log = "0.4"
|
||||
url = "2.2"
|
||||
protobuf = "3.0"
|
||||
id3 = "1.0"
|
||||
protobuf = "3.1"
|
||||
id3 = "1.3"
|
||||
dirs = "4.0"
|
||||
chrono = "0.4"
|
||||
lewton = "0.10"
|
||||
|
|
@ -29,17 +29,17 @@ reqwest = "0.11"
|
|||
colored = "2"
|
||||
lame = "0.1"
|
||||
aspotify = "0.7"
|
||||
librespot = { git = "ssh://git@github.com/oSumAtrIX/free-librespot.git", branch = "dev" }
|
||||
async-std = { version = "1.10", features = ["attributes", "tokio1"] }
|
||||
librespot = { git = "ssh://git@github.com/oSumAtrIX/free-librespot.git" }
|
||||
async-std = { version = "1.12", features = ["attributes", "tokio1"] }
|
||||
serde_json = "1.0"
|
||||
async-stream = "0.3"
|
||||
oggvorbismeta = "0.1"
|
||||
sanitize-filename = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.12", features = ["fs"] }
|
||||
tokio = { version = "1.20", features = ["fs"] }
|
||||
|
||||
[package.metadata.winres]
|
||||
OriginalFilename = "DownOnSpot.exe"
|
||||
FileDescription = "Download songs from Spotify with Rust"
|
||||
ProductName = "DownOnSpot"
|
||||
ProductVersion = "0.2.2"
|
||||
ProductVersion = "0.2.3"
|
||||
Loading…
Add table
Reference in a new issue