2 Commits

Author SHA1 Message Date
69e77ea5c3 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-14 04:08:59 +00:00
8286899504 chore(deps): update rust crate tracing-subscriber to v0.3.23 2026-03-14 01:08:55 +00:00
3 changed files with 170 additions and 232 deletions

396
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,8 +16,8 @@ uuid.workspace = true
anyhow.workspace = true
chrono.workspace = true
capnp = "0.24.0"
capnp = "0.25.0"
[build-dependencies]
capnpc = "0.24.0"
capnpc = "0.25.0"

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.19.0"
dagger-sdk = "0.20.0"
dagger-rust = {git = "https://git.front.kjuulh.io/kjuulh/dagger-components.git", ref = "main"}
tokio.workspace = true
eyre = "*"