diff --git a/Cargo.lock b/Cargo.lock index caaf4df..41e5098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" [[package]] name = "async-io" diff --git a/Cargo.toml b/Cargo.toml index bc19eea..ff65e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.58" +anyhow = "1.0.59" clap = { version = "3.2.8", features = ["derive"] } clap_complete = "3.2.3" derive-where = "1.0.0-rc.3"