diff --git a/Cargo.toml b/Cargo.toml index 5ff0372..027e90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ teloxide = { version = "0.9.2", features = ["auto-send", "macros"] } log = "0.4.17" pretty_env_logger = "0.5.0" tokio = { version = "1.20.0", features = ["rt-multi-thread", "macros"] } -rspotify = { version = "0.11.5", features = ["default"]} +rspotify = { version = "0.11.7", features = ["default"]} sentry = "0.32.1" invidious = "0.2.1" itertools = "0.12.0"