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:10:45 +00:00
parent 6beb11866b
commit 03fef0c158
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
eyre = "0.6.11"
eyre = "0.6.12"
jwalk = "0.8.1"
regex = "1.10.3"
walkdir = "2.4.0"