diff options
Diffstat (limited to 'exes/rest/Cargo.toml')
| -rw-r--r-- | exes/rest/Cargo.toml | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/exes/rest/Cargo.toml b/exes/rest/Cargo.toml index 855167d..2ad376f 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.28" -hyper-rustls = "0.24.1" -lazy_static = "1.4.0" -xxhash-rust = { version = "0.8.6", features = ["xxh32"] } -twilight-http-ratelimiting = "0.15.1" +futures-util = "0.3.30" +hyper-rustls = "0.27.2" +lazy_static = "1.5.0" +xxhash-rust = { version = "0.8.11", features = ["xxh32"] } +twilight-http-ratelimiting = "0.15.3" -hashring = "0.3.0" -tonic = "0.9.2" -tokio-stream = "0.1.14" -dns-lookup = "2.0.2" +hashring = "0.3.5" +tonic = "0.11.0" +tokio-stream = "0.1.15" +dns-lookup = "2.0.4"  | 
