diff options
Diffstat (limited to 'exes/gateway')
| -rw-r--r-- | exes/gateway/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
