diff --git a/Cargo.lock b/Cargo.lock index 842fa79..8df139d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" [[package]] name = "rs-complete" diff --git a/Cargo.toml b/Cargo.toml index aad1ed8..f9763d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ exclude = [".github/**"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.96"