11[package ]
22name = " spotify_player"
3- version = " 0.11.1 "
3+ version = " 0.12.0 "
44authors = [" Thang Pham <phamducthang1234@gmail.com>" ]
55edition = " 2021"
66license = " MIT"
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
1212[dependencies ]
1313anyhow = " 1.0.69"
14- clap = " 4.1.4 "
14+ clap = " 4.1.6 "
1515config_parser2 = " 0.1.4"
1616crossterm = " 0.26.0"
1717dirs-next = " 2.0.0"
@@ -26,7 +26,7 @@ rpassword = "7.2.0"
2626rspotify = " 0.11.6"
2727serde = { version = " 1.0.152" , features = [" derive" ] }
2828tokio = { version = " 1.25.0" , features = [" rt" , " rt-multi-thread" , " macros" , " time" ] }
29- toml = " 0.7.1 "
29+ toml = " 0.7.2 "
3030tui = " 0.19.0"
3131unicode-width = " 0.1.10"
3232rand = " 0.8.5"
@@ -35,16 +35,16 @@ async-trait = "0.1.64"
3535parking_lot = " 0.12.1"
3636tracing = " 0.1.37"
3737tracing-subscriber = { version = " 0.3.16" , features = [" env-filter" ] }
38- lyric_finder = { version = " 0.1.2 " , path = " ../lyric_finder" , optional = true }
38+ lyric_finder = { version = " 0.1.3 " , path = " ../lyric_finder" , optional = true }
3939backtrace = " 0.3.67"
40- souvlaki = { version = " 0.5.3 " , optional = true }
40+ souvlaki = { version = " 0.6.0 " , optional = true }
4141winit = { version = " 0.28.1" , optional = true }
4242viuer = { version = " 0.6.2" , optional = true }
4343image = { version = " 0.24.5" , optional = true }
4444notify-rust = { version = " 4.7.1" , optional = true , default_features = false , features = [" d" ] }
4545flume = " 0.10.14"
46- serde_json = " 1.0.92 "
47- once_cell = " 1.17.0 "
46+ serde_json = " 1.0.93 "
47+ once_cell = " 1.17.1 "
4848
4949[features ]
5050alsa-backend = [" streaming" , " librespot-playback/alsa-backend" ]
0 commit comments