chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-04-09 18:50:44 +00:00
parent 222db96717
commit 2927cfb45e
7 changed files with 164 additions and 170 deletions

View File

@@ -16,10 +16,10 @@ members = [
]
[workspace.dependencies]
eyre = { version = "0.6.8" }
async-trait = "0.1.68"
tokio = { version = "1.28.1", features = ["full", "test-util"] }
tracing = { version = "0.1.37", features = ["log"] }
eyre = { version = "0.6.12" }
async-trait = "0.1.79"
tokio = { version = "1.37.0", features = ["full", "test-util"] }
tracing = { version = "0.1.40", features = ["log"] }
[dependencies]
octopush_cli = { path = "crates/octopush_cli" }
@@ -28,5 +28,5 @@ eyre = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
dotenv = { version = "0.15.0", features = ["clap", "cli"] }