diff --git a/Cargo.toml b/Cargo.toml index 98c27aa..fafee9c 100644 --- a/Cargo.toml +++ b/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"] } diff --git a/ci/Cargo.toml b/ci/Cargo.toml index c9980fa..e555719 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -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