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

This commit is contained in:
2024-01-31 17:11:12 +00:00
parent 3597af15fb
commit cc3e22940d
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.11"
eyre = "0.6.12"

View File

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.18", features = ["env", "derive"] }
eyre = "0.6.11"
eyre = "0.6.12"