diff --git a/Cargo.lock b/Cargo.lock index 35c05fd..74683db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1923,9 +1923,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.177" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libm" @@ -2174,9 +2174,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "mac-notification-sys" diff --git a/Cargo.toml b/Cargo.toml index ba5a7c5..0ae5d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,12 +51,12 @@ zbus = {version = "5.11.0", default-features = false, features = ["tokio"], opti fern = "0.7" futures = "0.3" ioctl-rs = {version = "0.2", optional = true} -libc = "0.2.177" +libc = "0.2.178" librespot-core = "0.8.0" librespot-oauth = "0.8.0" librespot-playback = {version = "0.8.0", default-features = false, features = ["native-tls"]} librespot-protocol = "0.8.0" -log = "0.4.28" +log = "0.4.29" pancurses = {version = "0.17.0", optional = true} parse_duration = "2.1.1" platform-dirs = "0.3.0"