summaryrefslogtreecommitdiff
path: root/exes/gateway/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exes/gateway/Cargo.toml')
-rw-r--r--exes/gateway/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml
index eeee408..da5cdec 100644
--- a/exes/gateway/Cargo.toml
+++ b/exes/gateway/Cargo.toml
@@ -17,8 +17,8 @@ anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
-tokio-stream = "0.1.11"
-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"
+tokio-stream = "0.1.14"
+twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.15.2" }
+twilight-model = "0.15.2"
+bytes = "1.4.0"
+async-nats = "0.29.0"