diff --git a/Cargo.lock b/Cargo.lock index 842fa79..c0279a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "rs-complete" diff --git a/Cargo.toml b/Cargo.toml index aad1ed8..6e1586e 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.94"