diff --git a/Cargo.lock b/Cargo.lock index 5e8db89..69148cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 773d728..33c7d6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "tree + git status: displays git status info in a tree" [dependencies] ansi_term = "0.12.1" -anyhow = "1.0.89" +anyhow = "1.0.91" # We vendor OpenSSL. If we do not, compilation will fail on recent (as of # January 2023) Ubuntu systems. git2 = { version = "0.19.0", features = ["vendored-openssl"] }