We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0280f commit 88ffd03Copy full SHA for 88ffd03
Cargo.toml
@@ -13,7 +13,7 @@ members = [ "crates/*" ]
13
i18n = { path = "./crates/i18n" }
14
anyhow = "1.0.75"
15
serenity = { version = "0.11.5", default-features = false, features = [ "client", "gateway", "rustls_backend", "model" ] }
16
-reqwest = { version = "0.11.14", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] }
+reqwest = { version = "0.12.0", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] }
17
tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] }
18
tracing = "0.1.37"
19
tracing-subscriber = "0.3.16"
0 commit comments