diff --git a/Cargo.lock b/Cargo.lock index c940f5c..bda2f3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" dependencies = [ "indenter", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index ba0c7d9..204997c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-utilities"] [dependencies] color-eyre = "0.6.2" crossterm = "0.27.0" -eyre = "0.6.11" +eyre = "0.6.12" indexmap = { version = "2.1.0", features = ["serde"] } parse-display = "0.8.2" rustc-hash = "1.1.0"