summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/bot-http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/bot-http/Cargo.toml b/crates/bot-http/Cargo.toml
index e451537..6319250 100644
--- a/crates/bot-http/Cargo.toml
+++ b/crates/bot-http/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
[dependencies]
log = { workspace = true }
-reqwest = { version = "0.12.4", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] }
+reqwest = { version = "0.12.5", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] }
serde = { version = "1.0.203", features = ["derive"] }
[lints.rust]