diff --git a/Cargo.lock b/Cargo.lock index 397108e..6305707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,9 +3476,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8864d706fdb3cc0843a49647ac892720dac98a6eeb818b77190592cf4994066" +checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f" dependencies = [ "futures-core", "pin-project-lite 0.2.6", diff --git a/Cargo.toml b/Cargo.toml index 48578d6..010c68a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rspotify = { version = "0.10.0", features = ["blocking"] } serde = "1.0" serde_json = "1.0" tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] } -tokio-stream = "0.1.5" +tokio-stream = "0.1.7" toml = "0.5" unicode-width = "0.1.8" dbus = { version = "0.9.3", optional = true }