diff --git a/Cargo.lock b/Cargo.lock index 6c478a4..5d9166d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 33c7d6b..151fbd5 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.91" +anyhow = "1.0.93" # 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"] }