fix(deps): update all dependencies

This commit is contained in:
2023-05-30 20:15:38 +00:00
parent b172be0276
commit 3965a7e629
3 changed files with 38 additions and 33 deletions

View File

@@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.24"
chrono = "0.4.26"
color-eyre = "0.6.2"
dagger-sdk = "0.2.20"
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = { version = "1.27.0", features = ["full"] }
tokio = { version = "1.28.2", features = ["full"] }
tokio-scoped = "0.2.0"
dotenv = "0.15.0"