diff --git a/Cargo.lock b/Cargo.lock index 8cebab4ed..0db36d7e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -292,7 +292,7 @@ dependencies = [ name = "comit-scripts" version = "0.8.3" dependencies = [ - "anyhow 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "bitcoin 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "clarity 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -337,7 +337,7 @@ dependencies = [ name = "create-comit-app" version = "0.9.1" dependencies = [ - "anyhow 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "ignore 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2560,7 +2560,7 @@ name = "wasm-bindgen-webidl" version = "0.2.56" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "anyhow 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2575,7 +2575,7 @@ name = "web-sys" version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "anyhow 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)", "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.56 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2682,7 +2682,7 @@ dependencies = [ "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" -"checksum anyhow 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +"checksum anyhow 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" "checksum arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f1a1eca3195b729bbd64e292ef2f5fff6b1c28504fed762ce2b1013dde4d8e92" "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" diff --git a/create/Cargo.toml b/create/Cargo.toml index fa7447160..d21a4ba6f 100644 --- a/create/Cargo.toml +++ b/create/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "0.2", features = ["fs", "io-util"] } tokio-compat = "0.1" [build-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.39" flate2 = "1.0.19" ignore = "0.4.16" tar = "0.4.30" diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index 65baf5c00..203c2a64b 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -5,7 +5,7 @@ authors = ["CoBloX developers "] edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.39" clarity = "0.1" derive_more = "0.99.11" dirs = "3"