chore(deps): update rust crate tokio to 1.34.0
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-09 20:12:11 +00:00
parent e18d247e11
commit cc1c356ad0
2 changed files with 25 additions and 25 deletions

View File

@@ -20,6 +20,6 @@ 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"
tokio = "1.33.0"
tokio = "1.34.0"
dotenv = "0.15.0"
async-trait = "0.1.74"