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]
|
[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"
|
||||||
Loading…
Add table
Reference in a new issue