diff --git a/Cargo.lock b/Cargo.lock index 1a25c50..48b8cfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -11,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.41" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 3e04b47..c2c2240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ edition = "2018" serde = { version = "1.0.126", features = ["derive"] } structopt = "0.3.21" colored = "2.0.0" -anyhow = "1.0.41" +anyhow = "1.0.64" dirs-next = "2.0.0" \ No newline at end of file