Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-20 17:40:30 +00:00
parent 53645f6274
commit b5cbe8d7a9
5 changed files with 107 additions and 66 deletions

View File

@@ -16,8 +16,8 @@ members = [
[workspace.dependencies]
eyre = { version = "0.6.8" }
async-trait = "0.1.64"
tokio = { version = "1.25.0", features = ["full", "test-util"] }
async-trait = "0.1.67"
tokio = { version = "1.26.0", features = ["full", "test-util"] }
tracing = { version = "0.1.37", features = ["log"] }
[dependencies]