upgrade shuttle to 0.33.0
This commit is contained in:
parent
9a392d6b8b
commit
831a1b28f2
2 changed files with 958 additions and 225 deletions
1175
Cargo.lock
generated
1175
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -10,10 +10,10 @@ poise = "0.5.6"
|
|||
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "model", "rustls_backend", "utils"]}
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "rt"] }
|
||||
env_logger = "0.10.0"
|
||||
shuttle-secrets = "0.30.1"
|
||||
shuttle-poise = "0.30.1"
|
||||
shuttle-runtime = "0.30.1"
|
||||
shuttle-secrets = "0.33.0"
|
||||
shuttle-poise = "0.33.0"
|
||||
shuttle-runtime = "0.33.0"
|
||||
anyhow = "1.0.75"
|
||||
tracing = "0.1.40"
|
||||
regex = "1.10.2"
|
||||
cargo-shuttle = "0.30.1"
|
||||
cargo-shuttle = "0.33.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue