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/rest/Cargo.toml | |
| parent | e79034a44d6a747cac94e1d425bc200341e40f98 (diff) | |
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'exes/rest/Cargo.toml')
| -rw-r--r-- | exes/rest/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/exes/rest/Cargo.toml b/exes/rest/Cargo.toml index d058a73..855167d 100644 --- a/exes/rest/Cargo.toml +++ b/exes/rest/Cargo.toml @@ -20,13 +20,13 @@ serde = { workspace = true } serde_json = { workspace = true } hyper = { workspace = true } -futures-util = "0.3.17" -hyper-rustls = "0.23.2" +futures-util = "0.3.28" +hyper-rustls = "0.24.1" lazy_static = "1.4.0" -xxhash-rust = { version = "0.8.2", features = ["xxh32"] } -twilight-http-ratelimiting = "0.14.2" +xxhash-rust = { version = "0.8.6", features = ["xxh32"] } +twilight-http-ratelimiting = "0.15.1" hashring = "0.3.0" -tonic = "0.8.3" -tokio-stream = "0.1.11" -dns-lookup = "1.0.8" +tonic = "0.9.2" +tokio-stream = "0.1.14" +dns-lookup = "2.0.2" |
