diff --git a/Cargo.toml b/Cargo.toml index e86df78..fd68cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] } regex = { version = "1", features = ["unicode-case"] } futures = "0.3" -reqwest = "0.11" +reqwest = "0.12" tracing = "0.1" tracing-subscriber = "0.2" twilight-gateway = "0.15"