Skip to content

Commit 88ffd03

Browse files
fix(deps): update rust crate reqwest to 0.12.0 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d0280f commit 88ffd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [ "crates/*" ]
1313
i18n = { path = "./crates/i18n" }
1414
anyhow = "1.0.75"
1515
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" ] }
16+
reqwest = { version = "0.12.0", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] }
1717
tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] }
1818
tracing = "0.1.37"
1919
tracing-subscriber = "0.3.16"

0 commit comments

Comments
 (0)