chore(deps): update all dependencies #18

Merged
kjuulh merged 1 commits from renovate/all into main 2024-03-03 02:40:56 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -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" }

View File

@ -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" }

View File

@ -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" }