diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
| commit | f794c183967893a6585323b299e875fab604e39e (patch) | |
| tree | f04b3caae958ffb42625c5a97465673c5dfff06c /exes/gateway/Cargo.toml | |
| parent | e79034a44d6a747cac94e1d425bc200341e40f98 (diff) | |
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'exes/gateway/Cargo.toml')
| -rw-r--r-- | exes/gateway/Cargo.toml | 10 |
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" |
