diff --git a/Cargo.lock b/Cargo.lock index d47cf6ca0542bdf94b5db515fb7bd7172018618b..4fa083131f5f18d47c0767a5acc285f5f5af78b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.45" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" +checksum = "38d9ff5d688f1c13395289f67db01d4826b46dd694e7580accdc3e8430f2d98e" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index e1674a0da11ad2fa6dc6adf935df7c97b6fe94bb..aa2ad2f7f82e11510b64521a6ff2004e08e0a45d 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.9.0" -anyhow = "1.0.45" +anyhow = "1.0.47" structopt = "0.3.25" log = "0.4.14" heck = "0.3.3" @@ -53,7 +53,7 @@ hex = { version = "0.4.3", optional = true } funty = "=1.1.0" [build-dependencies] -anyhow = "1.0.45" +anyhow = "1.0.47" zip = { version = "0.5.13", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0"