diff --git a/Cargo.lock b/Cargo.lock index fefd00862780dce14f8c3fe5f5423f41620ffd22..e2ae70358fdd8349bd5db84d5145c284beb2da2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,9 +80,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.35" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" +checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 0e0a7618e9ff8b03394e670118e517f30b07e3d5..0a975a583f5faebbf40d8773086beabdd3402b93 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.2" -anyhow = "1.0.34" +anyhow = "1.0.37" structopt = "0.3.20" log = "0.4.11" heck = "0.3.1" @@ -50,7 +50,7 @@ futures = { version = "0.3.8", optional = true } hex = { version = "0.4.2", optional = true } [build-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.37" zip = { version = "0.5.8", default-features = false } walkdir = "2.3.1"