3 Commits

3 changed files with 340 additions and 198 deletions

532
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.20.0"
capnp = "0.23.0"
[build-dependencies]
capnpc = "0.20.0"
capnpc = "0.23.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.13.0"
dagger-sdk = "0.19.0"
dagger-rust = {git = "https://git.front.kjuulh.io/kjuulh/dagger-components.git", ref = "main"}
tokio.workspace = true
eyre = "*"