feat: fix ci

This commit is contained in:
2023-04-03 14:56:49 +02:00
parent 9565aa03b8
commit 079a076925
9 changed files with 182 additions and 136 deletions

View File

@@ -6,8 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.2.15"
dagger-sdk = "0.2.19"
eyre = "0.6.8"
color-eyre = "0.6.2"
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
chrono.workspace = true
dotenv = "0.15.0"