Update dependencies

This commit is contained in:
bytedream 2023-07-08 16:36:35 +02:00
parent 1fe8746dda
commit 751735477c
5 changed files with 423 additions and 221 deletions

View file

@ -5,7 +5,7 @@ version = "3.0.0-dev.14"
edition = "2021"
[dependencies]
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"], default-features = false }
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"], default-features = false }
crunchy-cli-core = { path = "./crunchy-cli-core" }