chore(deps): update all dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user