summaryrefslogtreecommitdiff
path: root/exes/ratelimit
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-07-05 07:18:34 +0000
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-07-05 07:18:34 +0000
commitf794c183967893a6585323b299e875fab604e39e (patch)
treef04b3caae958ffb42625c5a97465673c5dfff06c /exes/ratelimit
parente79034a44d6a747cac94e1d425bc200341e40f98 (diff)
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'exes/ratelimit')
-rw-r--r--exes/ratelimit/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exes/ratelimit/Cargo.toml b/exes/ratelimit/Cargo.toml
index 079ec50..3c4d386 100644
--- a/exes/ratelimit/Cargo.toml
+++ b/exes/ratelimit/Cargo.toml
@@ -20,10 +20,10 @@ serde = { workspace = true }
serde_json = { workspace = true }
hyper = { workspace = true }
-twilight-http-ratelimiting = "0.14.2"
-tonic = "0.8.3"
-tokio-stream = "0.1.11"
-redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] }
+twilight-http-ratelimiting = "0.15.1"
+tonic = "0.9.2"
+tokio-stream = "0.1.14"
+redis = { version = "0.23.0", features = ["cluster", "connection-manager", "tokio-comp"] }
[dev-dependencies]
criterion = { workspace = true }