diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
| commit | f794c183967893a6585323b299e875fab604e39e (patch) | |
| tree | f04b3caae958ffb42625c5a97465673c5dfff06c /exes/ratelimit | |
| parent | e79034a44d6a747cac94e1d425bc200341e40f98 (diff) | |
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'exes/ratelimit')
| -rw-r--r-- | exes/ratelimit/Cargo.toml | 8 |
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 } |
