diff --git a/Cargo.toml b/Cargo.toml index 01d87e0..7f224fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ resolver = "2" [workspace.dependencies] -anyhow = { version = "1.0.79" } +anyhow = { version = "1.0.80" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" } -clap = { version = "4.4.18", features = ["derive", "env"] } +clap = { version = "4.5.1", features = ["derive", "env"] } dotenv = { version = "0.15.0" } diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 3c2ca17..8bda8b7 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tokio.workspace = true dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"} -eyre = { version = "0.6.11" } +eyre = { version = "0.6.12" } dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" } dagger-rust = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" } diff --git a/crates/cuddle-rust-service-plan/Cargo.toml b/crates/cuddle-rust-service-plan/Cargo.toml index 0a5a0aa..4647f5e 100644 --- a/crates/cuddle-rust-service-plan/Cargo.toml +++ b/crates/cuddle-rust-service-plan/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" tokio.workspace = true dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"} -eyre = { version = "0.6.11" } +eyre = { version = "0.6.12" } dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" } dagger-rust = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }