fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-28 23:31:42 +00:00
parent ab9e764cc3
commit cc13070f77
3 changed files with 25 additions and 25 deletions

View File

@@ -19,14 +19,14 @@ 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.77"
color-eyre = "*"
clap = {version = "4", features = ["derive"]}
futures = "0.3.30"
async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] }
async-scoped = { version = "0.9.0", features = ["tokio", "use-tokio"] }
serde_json = { version = "1" }
serde_yaml = {version = "0.9"}
serde = {version = "1", features = ["derive"]}