diff --git a/Cargo.lock b/Cargo.lock index 0a8fc8f..bf98f72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "android_system_properties" @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 1aa563d..8d46ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] travis-ci = { repository = "allenap/firstaide", branch = "master" } [dependencies] -anyhow = "1.0.71" +anyhow = "1.0.100" atty = "0.2.14" bincode = "1.3.3" bstr = "0.2.17"