diff --git a/Cargo.lock b/Cargo.lock index 6032869c1019a7c663bad8d0f68d6ede5f9a35ff..e9b79f74c95fc87bf7a64544380fcaccfd43cd34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 48f5178faa031d57e1392a34ca418dac838dbafc..0554fe57b08da164b66e565f8d75544003abbb4c 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.40" +anyhow = "1.0.41" structopt = "0.3.21" log = "0.4.14" heck = "0.3.3" @@ -54,7 +54,7 @@ hex = { version = "0.4.3", optional = true } funty = "=1.1.0" [build-dependencies] -anyhow = "1.0.40" +anyhow = "1.0.41" zip = { version = "0.5.13", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0"