fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-07-26 22:39:30 +00:00
parent 8a60a60134
commit 4b1b76794e
3 changed files with 4 additions and 4 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.22"
eyre = "0.6.8"
tokio = { version = "1.27.0", features = ["full"] }
tokio = { version = "1.29.1", features = ["full"] }
tokio-scoped = "0.2.0"
dotenv = "0.15.0"