From f794c183967893a6585323b299e875fab604e39e Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Wed, 5 Jul 2023 07:18:34 +0000 Subject: bump all dependencies --- exes/gateway/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'exes/gateway/Cargo.toml') 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" -- cgit v1.2.3