diff --git a/Cargo.lock b/Cargo.lock index 635f83f95d73a320f5c5efb4a6b5b3788ae65e68..980e0c2936eec9e6489c492d1ade2f62b469bc00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index fee0137f4b45fa9e6c9667994c51204b2412abbe..e26bbf5fdbbb7ec141e221410d5711a241837a90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem [dependencies] env_logger = "0.8.3" -anyhow = "1.0.39" +anyhow = "1.0.40" structopt = "0.3.21" log = "0.4.14" heck = "0.3.2" @@ -54,7 +54,7 @@ hex = { version = "0.4.3", optional = true } funty = "=1.1.0" [build-dependencies] -anyhow = "1.0.39" +anyhow = "1.0.40" zip = { version = "0.5.11", default-features = false } walkdir = "2.3.2"