summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f19324..c65bbfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ poise = "0.6.1"
rand = "0.8.5"
redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.3.0"
-reqwest = { version = "0.12.2", default-features = false, features = [
+reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"json",
] }