feat: update
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
9996fb742a
commit
2eef711f9d
14
Cargo.toml
14
Cargo.toml
@ -18,14 +18,14 @@ dagger-rust = { path = "crates/dagger-rust" }
|
||||
ci = { path = "ci" }
|
||||
|
||||
dagger-sdk = "0.9.8"
|
||||
eyre = "0.6.12"
|
||||
tokio = "1.37.0"
|
||||
eyre = "0.6"
|
||||
tokio = "1"
|
||||
dotenv = "0.15.0"
|
||||
async-trait = "0.1.80"
|
||||
async-trait = "0.1"
|
||||
color-eyre = "*"
|
||||
clap = {version = "4", features = ["derive"]}
|
||||
futures = "0.3.30"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
futures = "0.3"
|
||||
async-scoped = { version = "0.9.0", features = ["tokio", "use-tokio"] }
|
||||
serde_json = { version = "1" }
|
||||
serde_yaml = {version = "0.9"}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde_yaml = { version = "0.9" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
@ -13,7 +13,7 @@ dagger-sdk.workspace = true
|
||||
eyre = "*"
|
||||
color-eyre = "*"
|
||||
tokio = "1"
|
||||
clap = {version = "4", features = ["derive"]}
|
||||
futures = "0.3.30"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
futures = "0.3"
|
||||
async-scoped = { version = "0.9.0", features = ["tokio", "use-tokio"] }
|
||||
dotenv.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user