diff --git a/Cargo.lock b/Cargo.lock index 1a25c50..a52a381 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.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 3e04b47..b9b73b2 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.62" dirs-next = "2.0.0" \ No newline at end of file