summaryrefslogtreecommitdiff
path: root/exes
diff options
context:
space:
mode:
Diffstat (limited to 'exes')
-rw-r--r--exes/cache/Cargo.toml2
-rw-r--r--exes/gateway/Cargo.toml4
-rw-r--r--exes/ratelimit/Cargo.toml2
-rw-r--r--exes/rest/Cargo.toml2
-rw-r--r--exes/webhook/Cargo.toml2
5 files changed, 6 insertions, 6 deletions
diff --git a/exes/cache/Cargo.toml b/exes/cache/Cargo.toml
index 4dd7c97..7566c1b 100644
--- a/exes/cache/Cargo.toml
+++ b/exes/cache/Cargo.toml
@@ -20,7 +20,7 @@ serde = { version = "1.0.8", features = ["derive"] }
serde_json = { version = "1.0" }
async-nats = "0.26.0"
-twilight-model = "0.14"
+twilight-model = "0.14.2"
anyhow = "1.0.68"
tracing = "0.1.37" \ No newline at end of file
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml
index 3e6b8a5..eeee408 100644
--- a/exes/gateway/Cargo.toml
+++ b/exes/gateway/Cargo.toml
@@ -18,7 +18,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tokio-stream = "0.1.11"
-twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14" }
-twilight-model = "0.14"
+twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14.1" }
+twilight-model = "0.14.2"
bytes = "1.3.0"
async-nats = "0.26.0"
diff --git a/exes/ratelimit/Cargo.toml b/exes/ratelimit/Cargo.toml
index 5be1a34..079ec50 100644
--- a/exes/ratelimit/Cargo.toml
+++ b/exes/ratelimit/Cargo.toml
@@ -20,7 +20,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
hyper = { workspace = true }
-twilight-http-ratelimiting = { git = "https://github.com/MatthieuCoder/twilight.git" }
+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"] }
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"
diff --git a/exes/webhook/Cargo.toml b/exes/webhook/Cargo.toml
index 0078a70..f601a66 100644
--- a/exes/webhook/Cargo.toml
+++ b/exes/webhook/Cargo.toml
@@ -16,6 +16,6 @@ anyhow = { workspace = true }
hex = "0.4.3"
ed25519-dalek = "1"
-twilight-model = { version = "0.14" }
+twilight-model = "0.14.2"
async-nats = "0.26.0"