From 532773c209e041b8170aab8ed5c2b5608abab146 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sun, 14 Jan 2024 11:41:15 +0100 Subject: [PATCH] chore: bump some deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]