diff --git a/Cargo.lock b/Cargo.lock index f26b574..d5cdc58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,9 +127,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "eyre" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" +checksum = "9289ed2c0440a6536e65119725cf91fc2c6b5e513bfd2e36e1134d7cca6ca12f" dependencies = [ "indenter", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 38463af..e5f9130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ doc = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eyre = "0.6.5" +eyre = "0.6.7" gumdrop = "0.8.0" ignore = "0.4.18" lazy_static = "1.4.0"