chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-12-30 21:32:00 +00:00
parent cf05cf4228
commit 35f8330960

View File

@ -19,10 +19,10 @@ ci = { path = "ci" }
#dagger-sdk = "0.3.2"
dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"}
eyre = "0.6.9"
tokio = "1.34.0"
eyre = "0.6.11"
tokio = "1.35.1"
dotenv = "0.15.0"
async-trait = "0.1.74"
async-trait = "0.1.75"
color-eyre = "*"
clap = {version = "4", features = ["derive"]}
futures = "0.3.29"