Update Rust crate eyre to 0.6.10
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-08 07:21:10 +00:00
parent f2a2f75693
commit 9cb5edbbb2
3 changed files with 4 additions and 4 deletions

View File

@@ -11,4 +11,4 @@ vidow_core = { path = "../vidow_core" }
dotenv = { version = "0.15.0", features = ["clap"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["parking_lot", "serde", "serde_json", "tracing", "tracing-serde", "json", "env-filter"] }
eyre = "0.6.9"
eyre = "0.6.10"

View File

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.11", features = ["env", "derive"] }
eyre = "0.6.9"
eyre = "0.6.10"