summaryrefslogtreecommitdiff
path: root/exes/rest
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-21 13:42:08 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-21 13:42:08 +0400
commit28bb57889e5fe387687510ae654956667dea697a (patch)
treec1e347d5ddb7f0a2b4bbd4e71d8e2a874a574127 /exes/rest
parent3fce14b4910e1f728a14186af67dbf76dcd1cce2 (diff)
bump twilight to 0.14.2
Diffstat (limited to 'exes/rest')
-rw-r--r--exes/rest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/rest/Cargo.toml b/exes/rest/Cargo.toml
index aed205f..d058a73 100644
--- a/exes/rest/Cargo.toml
+++ b/exes/rest/Cargo.toml
@@ -24,7 +24,7 @@ futures-util = "0.3.17"
hyper-rustls = "0.23.2"
lazy_static = "1.4.0"
xxhash-rust = { version = "0.8.2", features = ["xxh32"] }
-twilight-http-ratelimiting = { git = "https://github.com/MatthieuCoder/twilight.git" }
+twilight-http-ratelimiting = "0.14.2"
hashring = "0.3.0"
tonic = "0.8.3"