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:
Kasper Juul Hermansen 2023-12-08 07:20:41 +00:00
parent c0e07f64fc
commit 4adea3a2fd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -192,9 +192,9 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "eyre"
version = "0.6.9"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd"
checksum = "8bbb8258be8305fb0237d7b295f47bb24ff1b136a535f473baf40e70468515aa"
dependencies = [
"indenter",
"once_cell",

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"