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