summaryrefslogtreecommitdiff
path: root/exes/rest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exes/rest/Cargo.toml')
-rw-r--r--exes/rest/Cargo.toml14
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"