summaryrefslogtreecommitdiff
path: root/crates/bot-http/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/bot-http/Cargo.toml')
-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 99f5ec4..0888fda 100644
--- a/crates/bot-http/Cargo.toml
+++ b/crates/bot-http/Cargo.toml
@@ -12,7 +12,7 @@ publish = false
[dependencies]
log = { workspace = true }
reqwest = { version = "0.12.5", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] }
-serde = { version = "1.0.204", features = ["derive"] }
+serde = { version = "1.0.207", features = ["derive"] }
[lints.rust]
unsafe_code = "forbid"