diff --git a/Cargo.lock b/Cargo.lock index 62228ad..2f3bc2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "argh" diff --git a/Cargo.toml b/Cargo.toml index f65959d..02d96ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ repository = "https://github.com/sousandrei/cc-cli" version = "0.1.5" [dependencies] -anyhow = "1.0.92" +anyhow = "1.0.95" argh = "0.1.12" inquire = "0.7.5"