Compare commits

..

1 Commits

Author SHA1 Message Date
38680bdea7 fix(deps): update all dependencies 2025-01-15 06:18:58 +00:00
3 changed files with 584 additions and 567 deletions

6
Cargo.lock generated
View File

@ -95,9 +95,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.7.0" version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
[[package]] [[package]]
name = "bytes" name = "bytes"
@ -229,7 +229,7 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
dependencies = [ dependencies = [
"bitflags 2.7.0", "bitflags 2.8.0",
"libc", "libc",
"libgit2-sys", "libgit2-sys",
"log", "log",

1143
ci/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies] [dependencies]
chrono = "0.4.24" chrono = "0.4.24"
color-eyre = "0.6.2" color-eyre = "0.6.2"
dagger-sdk = "0.15.0" dagger-sdk = "0.2.19"
eyre = "0.6.8" eyre = "0.6.8"
tokio = { version = "1.27.0", features = ["full"] } tokio = { version = "1.27.0", features = ["full"] }
tokio-scoped = "0.2.0" tokio-scoped = "0.2.0"