diff --git a/Cargo.lock b/Cargo.lock index 2c0cc8a..60c6e34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 49d7a84..26de936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ anstream = { version = "0.6.15", default-features = false, features = [ "wincon", ] } anstyle = { version = "1.0.8", default-features = false } -anyhow = { version = "1.0.87", features = [ +anyhow = { version = "1.0.89", features = [ "std", "backtrace", ], default-features = false }