diff --git a/Cargo.toml b/Cargo.toml index 23c456f..5ff0372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ edition = "2018" [dependencies] teloxide = { version = "0.9.2", features = ["auto-send", "macros"] } log = "0.4.17" -pretty_env_logger = "0.4.0" +pretty_env_logger = "0.5.0" tokio = { version = "1.20.0", features = ["rt-multi-thread", "macros"] } rspotify = { version = "0.11.5", features = ["default"]} -sentry = "0.27.0" +sentry = "0.32.1" invidious = "0.2.1" -itertools = "0.10.3" +itertools = "0.12.0" async-trait = "0.1.56" [dev-dependencies]