chore(deps): update rust crate eyre to 0.6.9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-17 17:40:10 +00:00
parent ddde6c0734
commit ec029c81db
2 changed files with 5 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ ci = { path = "ci" }
#dagger-sdk = "0.3.2"
dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"}
eyre = "0.6.8"
eyre = "0.6.9"
tokio = "1.34.0"
dotenv = "0.15.0"
async-trait = "0.1.74"