chore: Update dependencies

This commit is contained in:
Guillem Castro 2024-05-09 20:00:54 +02:00
parent 11536a7aa9
commit 868826b42d
4 changed files with 298 additions and 182 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "spotify-dl"
version = "0.1.2"
version = "0.1.3"
authors = ["Guillem Castro <guillemcastro4@gmail.com>", "Schreifuchs <kontakt@schreifuchs.ch>"]
edition = "2021"
readme = "README.md"
@ -11,12 +11,12 @@ licence = "MIT"
futures = "0.1"
futures-state-stream = "0.1"
structopt = { version = "0.3", default-features = false }
rpassword = "5.0"
indicatif = "0.15.0"
librespot = "0.3.1"
tokio = { version = "1.18.2", features = ["rt"] }
rpassword = "7.0"
indicatif = "0.17"
librespot = "0.4.2"
tokio = { version = "1", features = ["full"] }
flac-bound = { version = "0.3.0", default-features = false, features = ["libflac-noogg"] }
audiotags = "0.2.7182"
audiotags = "0.5"
regex = "1.7.1"
machine-uid = "0.5.1"