diff --git a/Cargo.lock b/Cargo.lock index ee738dc..020f5ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2199,9 +2199,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.164" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 5641a41..f2c64cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ zbus = {version = "5.1.1", default-features = false, features = ["tokio"], optio fern = "0.7" futures = "0.3" ioctl-rs = {version = "0.2", optional = true} -libc = "0.2.164" +libc = "0.2.167" librespot-core = "0.6.0" librespot-oauth = "0.6.0" librespot-playback = "0.6.0"