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:20:41 +00:00
parent c0e07f64fc
commit 4adea3a2fd
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
eyre = "0.6.9"
eyre = "0.6.10"
jwalk = "0.8.1"
regex = "1.10.2"
walkdir = "2.4.0"