From 798bd9430695a88dbfb0a34e9a88a1e5c2dd9459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:24:28 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.66 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.66. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.66) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/faucet/Cargo.toml | 2 +- client/json-rpc/Cargo.toml | 2 +- common/channel/Cargo.toml | 2 +- common/debug-interface/Cargo.toml | 2 +- common/diemdoc/Cargo.toml | 2 +- common/metrics/Cargo.toml | 2 +- common/subscription-service/Cargo.toml | 2 +- common/trace/Cargo.toml | 2 +- config/management/Cargo.toml | 2 +- config/management/genesis/Cargo.toml | 2 +- config/management/operational/Cargo.toml | 2 +- config/seed-peer-generator/Cargo.toml | 2 +- consensus/Cargo.toml | 2 +- consensus/consensus-types/Cargo.toml | 2 +- crypto/crypto-derive/Cargo.toml | 2 +- crypto/crypto/Cargo.toml | 2 +- devtools/x/Cargo.toml | 2 +- execution/db-bootstrapper/Cargo.toml | 2 +- execution/execution-correctness/Cargo.toml | 2 +- execution/executor-test-helpers/Cargo.toml | 2 +- execution/executor-types/Cargo.toml | 2 +- execution/executor/Cargo.toml | 2 +- json-rpc/Cargo.toml | 2 +- json-rpc/types/Cargo.toml | 2 +- language/benchmarks/Cargo.toml | 2 +- language/bytecode-verifier/Cargo.toml | 2 +- language/compiler/Cargo.toml | 2 +- language/compiler/bytecode-source-map/Cargo.toml | 2 +- language/compiler/ir-to-bytecode/Cargo.toml | 2 +- language/compiler/ir-to-bytecode/syntax/Cargo.toml | 2 +- language/diem-framework/Cargo.toml | 2 +- language/diem-framework/compiled/Cargo.toml | 2 +- language/diem-tools/diem-events-fetcher/Cargo.toml | 2 +- language/diem-tools/diem-validator-interface/Cargo.toml | 2 +- language/diem-tools/transaction-replay/Cargo.toml | 2 +- language/diem-tools/writeset-transaction-generator/Cargo.toml | 2 +- language/diem-vm/Cargo.toml | 2 +- language/ir-testsuite/Cargo.toml | 2 +- language/move-core/types/Cargo.toml | 2 +- language/move-ir/types/Cargo.toml | 2 +- language/move-lang/Cargo.toml | 2 +- language/move-lang/functional-tests/Cargo.toml | 2 +- language/move-model/Cargo.toml | 2 +- language/move-prover/Cargo.toml | 2 +- language/move-prover/abigen/Cargo.toml | 2 +- language/move-prover/boogie-backend/Cargo.toml | 2 +- language/move-prover/bytecode/Cargo.toml | 2 +- language/move-prover/diagen/Cargo.toml | 2 +- language/move-prover/docgen/Cargo.toml | 2 +- language/move-prover/errmapgen/Cargo.toml | 2 +- language/move-prover/test-utils/Cargo.toml | 2 +- language/move-vm/integration-tests/Cargo.toml | 2 +- language/move-vm/runtime/Cargo.toml | 2 +- language/move-vm/test-utils/Cargo.toml | 2 +- language/testing-infra/e2e-tests/Cargo.toml | 2 +- language/testing-infra/functional-tests/Cargo.toml | 2 +- language/tools/disassembler/Cargo.toml | 2 +- language/tools/move-bytecode-viewer/Cargo.toml | 2 +- language/tools/move-cli/Cargo.toml | 2 +- language/tools/move-coverage/Cargo.toml | 2 +- language/tools/resource-viewer/Cargo.toml | 2 +- language/tools/vm-genesis/Cargo.toml | 2 +- language/transaction-builder/generator/Cargo.toml | 2 +- language/vm/Cargo.toml | 2 +- mempool/Cargo.toml | 2 +- network/Cargo.toml | 2 +- network/simple-onchain-discovery/Cargo.toml | 2 +- sdk/client/Cargo.toml | 2 +- secure/key-manager/Cargo.toml | 2 +- storage/accumulator/Cargo.toml | 2 +- storage/backup/backup-cli/Cargo.toml | 2 +- storage/backup/backup-service/Cargo.toml | 2 +- storage/diemdb-benchmark/Cargo.toml | 2 +- storage/diemdb/Cargo.toml | 2 +- storage/diemsum/Cargo.toml | 2 +- storage/inspector/Cargo.toml | 2 +- storage/jellyfish-merkle/Cargo.toml | 2 +- storage/schemadb/Cargo.toml | 2 +- storage/state-view/Cargo.toml | 2 +- storage/storage-client/Cargo.toml | 2 +- storage/storage-interface/Cargo.toml | 2 +- storage/storage-service/Cargo.toml | 2 +- testsuite/cli/Cargo.toml | 2 +- testsuite/cli/diem-wallet/Cargo.toml | 2 +- testsuite/cluster-test/Cargo.toml | 2 +- testsuite/diem-fuzzer/Cargo.toml | 2 +- testsuite/diem-swarm/Cargo.toml | 2 +- testsuite/smoke-test/Cargo.toml | 2 +- types/Cargo.toml | 2 +- vm-validator/Cargo.toml | 2 +- 91 files changed, 92 insertions(+), 92 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..b37704cd2710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "arbitrary" diff --git a/client/faucet/Cargo.toml b/client/faucet/Cargo.toml index 0722c3236a08..49d60c9f4364 100644 --- a/client/faucet/Cargo.toml +++ b/client/faucet/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" rand = "0.8.3" reqwest = { version = "0.11.2", features = ["blocking"], default-features = false } diff --git a/client/json-rpc/Cargo.toml b/client/json-rpc/Cargo.toml index 5f417fbbaf78..f6469abf8a7b 100644 --- a/client/json-rpc/Cargo.toml +++ b/client/json-rpc/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" async-trait = "0.1.42" futures = "0.3.12" hex = "0.4.3" diff --git a/common/channel/Cargo.toml b/common/channel/Cargo.toml index 4641e5517bdc..072f2ca71c86 100644 --- a/common/channel/Cargo.toml +++ b/common/channel/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" futures = "0.3.12" diem-metrics = { path = "../metrics" } diem-infallible = { path = "../infallible" } diff --git a/common/debug-interface/Cargo.toml b/common/debug-interface/Cargo.toml index 47a9d07d0f61..367958f29346 100644 --- a/common/debug-interface/Cargo.toml +++ b/common/debug-interface/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytes = "1.0.1" tokio = { version = "1.3.0", features = ["full"] } reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } diff --git a/common/diemdoc/Cargo.toml b/common/diemdoc/Cargo.toml index c5650d8e7721..bf026c47f8d3 100644 --- a/common/diemdoc/Cargo.toml +++ b/common/diemdoc/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" serde_yaml = "0.8.17" serde-reflection = "0.3.2" serde-generate = "0.19.0" -anyhow = "1.0.38" +anyhow = "1.0.66" regex = "1.4.3" structopt = "0.3.21" once_cell = "1.7.2" diff --git a/common/metrics/Cargo.toml b/common/metrics/Cargo.toml index d11b5e260d4b..f62284fd0781 100644 --- a/common/metrics/Cargo.toml +++ b/common/metrics/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" futures = "0.3.12" hyper = { version = "0.14.4", features = ["full"] } once_cell = "1.7.2" diff --git a/common/subscription-service/Cargo.toml b/common/subscription-service/Cargo.toml index 654387a84cea..f8e58a985011 100644 --- a/common/subscription-service/Cargo.toml +++ b/common/subscription-service/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-types = { path = "../../types" } diem-workspace-hack = { path = "../workspace-hack" } diff --git a/common/trace/Cargo.toml b/common/trace/Cargo.toml index a250510dac9d..10fa675ea53e 100644 --- a/common/trace/Cargo.toml +++ b/common/trace/Cargo.toml @@ -15,7 +15,7 @@ structopt = "0.3.21" tokio = { version = "1.3.0", features = ["full"] } serde_json = "1.0.64" serde = "1.0.124" -anyhow = "1.0.38" +anyhow = "1.0.66" reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } once_cell = "1.7.2" diff --git a/config/management/Cargo.toml b/config/management/Cargo.toml index c3b3edc9d374..8acbf479aac3 100644 --- a/config/management/Cargo.toml +++ b/config/management/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" serde = { version = "1.0.124", features = ["rc"], default-features = false } serde_yaml = "0.8.17" diff --git a/config/management/genesis/Cargo.toml b/config/management/genesis/Cargo.toml index d009003268b4..9ae670b0fcd2 100644 --- a/config/management/genesis/Cargo.toml +++ b/config/management/genesis/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" rand = "0.8.3" serde = { version = "1.0.124", features = ["rc"], default-features = false } structopt = "0.3.21" diff --git a/config/management/operational/Cargo.toml b/config/management/operational/Cargo.toml index 9e583696eb86..74c2faefd7e7 100644 --- a/config/management/operational/Cargo.toml +++ b/config/management/operational/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" serde = { version = "1.0.124", features = ["rc"], default-features = false } serde_json = "1.0.64" diff --git a/config/seed-peer-generator/Cargo.toml b/config/seed-peer-generator/Cargo.toml index 4d4a3166f0c5..af23d35c8899 100644 --- a/config/seed-peer-generator/Cargo.toml +++ b/config/seed-peer-generator/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" rand = "0.8.3" serde_yaml = "0.8.17" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 039377aed71a..b3e4d462515f 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" async-trait = "0.1.42" byteorder = { version = "1.4.2", default-features = false } bytes = "1.0.1" diff --git a/consensus/consensus-types/Cargo.toml b/consensus/consensus-types/Cargo.toml index 425ee10311aa..45606161bd4f 100644 --- a/consensus/consensus-types/Cargo.toml +++ b/consensus/consensus-types/Cargo.toml @@ -7,7 +7,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" mirai-annotations = { version = "1.10.1", default-features = false } proptest = { version = "1.0.0", optional = true } serde = { version = "1.0.124", default-features = false } diff --git a/crypto/crypto-derive/Cargo.toml b/crypto/crypto-derive/Cargo.toml index 36437648a9be..d02cce9aea82 100644 --- a/crypto/crypto-derive/Cargo.toml +++ b/crypto/crypto-derive/Cargo.toml @@ -18,5 +18,5 @@ quote = "1.0.9" proc-macro2 = "1.0.24" [dev-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-workspace-hack = { path = "../../common/workspace-hack" } diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index c71acff079b2..3dbdf7b821aa 100644 --- a/crypto/crypto/Cargo.toml +++ b/crypto/crypto/Cargo.toml @@ -10,7 +10,7 @@ publish = ["crates-io"] edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytes = "1.0.1" curve25519-dalek = { version = "0.1.0", package = "curve25519-dalek-fiat", default-features = false, features = ["std"] } digest = "0.9.0" diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index a1f1573cd76a..6882e5599e59 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -13,7 +13,7 @@ determinator = "0.3.0" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" structopt = "0.3.21" -anyhow = "1.0.38" +anyhow = "1.0.66" colored-diff = "0.2.2" guppy = { version = "0.8.0", features = ["summaries"] } hakari = "0.2.0" diff --git a/execution/db-bootstrapper/Cargo.toml b/execution/db-bootstrapper/Cargo.toml index 9a86b5ea170b..37204919aa48 100644 --- a/execution/db-bootstrapper/Cargo.toml +++ b/execution/db-bootstrapper/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" structopt = "0.3.21" executor = { path = "../executor" } diff --git a/execution/execution-correctness/Cargo.toml b/execution/execution-correctness/Cargo.toml index 509b9c2bc9c9..31165d69d1b4 100644 --- a/execution/execution-correctness/Cargo.toml +++ b/execution/execution-correctness/Cargo.toml @@ -7,7 +7,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" rand = { version = "0.8.3", default-features = false } consensus-types = { path = "../../consensus/consensus-types", default-features = false } diff --git a/execution/executor-test-helpers/Cargo.toml b/execution/executor-test-helpers/Cargo.toml index 5fc18e2ec235..c024a30ae891 100644 --- a/execution/executor-test-helpers/Cargo.toml +++ b/execution/executor-test-helpers/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" rand = "0.8.3" tempfile = "3.2.0" diff --git a/execution/executor-types/Cargo.toml b/execution/executor-types/Cargo.toml index cdd0b73c28cb..5a7989bff763 100644 --- a/execution/executor-types/Cargo.toml +++ b/execution/executor-types/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" serde = { version = "1.0.124", default-features = false } thiserror = "1.0.24" diff --git a/execution/executor/Cargo.toml b/execution/executor/Cargo.toml index 27e92a4aa534..f25ac6b21c12 100644 --- a/execution/executor/Cargo.toml +++ b/execution/executor/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" fail = "0.4.0" itertools = { version = "0.10.0", default-features = false } once_cell = "1.7.2" diff --git a/json-rpc/Cargo.toml b/json-rpc/Cargo.toml index 3fb732bb76de..27f7738dc438 100644 --- a/json-rpc/Cargo.toml +++ b/json-rpc/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" fail = "0.4.0" futures = "0.3.12" hex = "0.4.3" diff --git a/json-rpc/types/Cargo.toml b/json-rpc/types/Cargo.toml index c8fadc9b4db7..f1d214c99ffa 100644 --- a/json-rpc/types/Cargo.toml +++ b/json-rpc/types/Cargo.toml @@ -10,7 +10,7 @@ publish = ["crates-io"] edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" serde = { version = "1.0.124", default-features = false } serde_json = "1.0.64" diff --git a/language/benchmarks/Cargo.toml b/language/benchmarks/Cargo.toml index 50206c7cdcbe..a15fb84b1fe6 100644 --- a/language/benchmarks/Cargo.toml +++ b/language/benchmarks/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" criterion = "0.3.4" once_cell = "1.7.2" proptest = "1.0.0" diff --git a/language/bytecode-verifier/Cargo.toml b/language/bytecode-verifier/Cargo.toml index 0cccba3ba291..a4dfeb2e9ff7 100644 --- a/language/bytecode-verifier/Cargo.toml +++ b/language/bytecode-verifier/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" mirai-annotations = "1.10.1" petgraph = "0.5.1" diff --git a/language/compiler/Cargo.toml b/language/compiler/Cargo.toml index 5ff2e72728fa..c87b97c35364 100644 --- a/language/compiler/Cargo.toml +++ b/language/compiler/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytecode-verifier = { path = "../bytecode-verifier" } ir-to-bytecode = { path = "ir-to-bytecode" } bytecode-source-map = { path = "bytecode-source-map" } diff --git a/language/compiler/bytecode-source-map/Cargo.toml b/language/compiler/bytecode-source-map/Cargo.toml index 2871652bf18a..28e07df19b28 100644 --- a/language/compiler/bytecode-source-map/Cargo.toml +++ b/language/compiler/bytecode-source-map/Cargo.toml @@ -7,7 +7,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-types = { path = "../../../types" } diem-workspace-hack = { path = "../../../common/workspace-hack" } move-core-types = { path = "../../move-core/types" } diff --git a/language/compiler/ir-to-bytecode/Cargo.toml b/language/compiler/ir-to-bytecode/Cargo.toml index 194dfbc44d72..91266a80a0e4 100644 --- a/language/compiler/ir-to-bytecode/Cargo.toml +++ b/language/compiler/ir-to-bytecode/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" ir-to-bytecode-syntax = { path = "syntax" } diem-types = { path = "../../../types" } diem-workspace-hack = { path = "../../../common/workspace-hack" } diff --git a/language/compiler/ir-to-bytecode/syntax/Cargo.toml b/language/compiler/ir-to-bytecode/syntax/Cargo.toml index e5dfb6fc8b4d..821ce7caa150 100644 --- a/language/compiler/ir-to-bytecode/syntax/Cargo.toml +++ b/language/compiler/ir-to-bytecode/syntax/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" codespan = { version = "0.8.0", features = ["serialization"] } hex = "0.4.3" move-ir-types = { path = "../../../move-ir/types" } diff --git a/language/diem-framework/Cargo.toml b/language/diem-framework/Cargo.toml index 1c88fe6ba842..89373c0855fa 100644 --- a/language/diem-framework/Cargo.toml +++ b/language/diem-framework/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytecode-verifier = { path = "../bytecode-verifier" } abigen = { path = "../move-prover/abigen" } docgen = { path = "../move-prover/docgen" } diff --git a/language/diem-framework/compiled/Cargo.toml b/language/diem-framework/compiled/Cargo.toml index 4f1c7370c775..c942b79bc8a2 100644 --- a/language/diem-framework/compiled/Cargo.toml +++ b/language/diem-framework/compiled/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytecode-verifier = { path = "../../bytecode-verifier" } diem-crypto = { path = "../../../crypto/crypto" } diem-types = { path = "../../../types" } diff --git a/language/diem-tools/diem-events-fetcher/Cargo.toml b/language/diem-tools/diem-events-fetcher/Cargo.toml index 4b52f8d5082d..8e356f4e31c6 100644 --- a/language/diem-tools/diem-events-fetcher/Cargo.toml +++ b/language/diem-tools/diem-events-fetcher/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" reqwest = { version = "0.11.2", features = ["blocking", "json"] } structopt = "0.3.21" diff --git a/language/diem-tools/diem-validator-interface/Cargo.toml b/language/diem-tools/diem-validator-interface/Cargo.toml index 6607190b401d..ac6eda8bc054 100644 --- a/language/diem-tools/diem-validator-interface/Cargo.toml +++ b/language/diem-tools/diem-validator-interface/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-config = { path = "../../../config" } diem-client = { path = "../../../sdk/client" } diem-types = { path = "../../../types" } diff --git a/language/diem-tools/transaction-replay/Cargo.toml b/language/diem-tools/transaction-replay/Cargo.toml index f25a7d840263..f85302b11bad 100644 --- a/language/diem-tools/transaction-replay/Cargo.toml +++ b/language/diem-tools/transaction-replay/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" structopt = "0.3.21" diem-workspace-hack = { path = "../../../common/workspace-hack" } diem-types = { path = "../../../types" } diff --git a/language/diem-tools/writeset-transaction-generator/Cargo.toml b/language/diem-tools/writeset-transaction-generator/Cargo.toml index dcddfb554e50..e1f053e545aa 100644 --- a/language/diem-tools/writeset-transaction-generator/Cargo.toml +++ b/language/diem-tools/writeset-transaction-generator/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" structopt = "0.3.21" tempfile = "3.2.0" handlebars = "3.5.3" diff --git a/language/diem-vm/Cargo.toml b/language/diem-vm/Cargo.toml index 5e839a455ecb..76c6c9370def 100644 --- a/language/diem-vm/Cargo.toml +++ b/language/diem-vm/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" fail = "0.4.0" once_cell = "1.7.2" rayon = "1.5.0" diff --git a/language/ir-testsuite/Cargo.toml b/language/ir-testsuite/Cargo.toml index aae0e27068c3..667db3df47d3 100644 --- a/language/ir-testsuite/Cargo.toml +++ b/language/ir-testsuite/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dev-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytecode-verifier = { path = "../bytecode-verifier" } datatest-stable = { path = "../../common/datatest-stable" } functional-tests = { path = "../testing-infra/functional-tests" } diff --git a/language/move-core/types/Cargo.toml b/language/move-core/types/Cargo.toml index 6e4f66791190..d5b93631d7df 100644 --- a/language/move-core/types/Cargo.toml +++ b/language/move-core/types/Cargo.toml @@ -10,7 +10,7 @@ publish = ["crates-io"] edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bcs = "0.1.2" hex = "0.4.3" mirai-annotations = "1.10.1" diff --git a/language/move-ir/types/Cargo.toml b/language/move-ir/types/Cargo.toml index ff03389a1b7d..4eddc7759823 100644 --- a/language/move-ir/types/Cargo.toml +++ b/language/move-ir/types/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" codespan = { version = "0.8.0", features = ["serialization"] } serde = { version = "1.0.124", features = ["derive"] } hex = "0.4.3" diff --git a/language/move-lang/Cargo.toml b/language/move-lang/Cargo.toml index f54f9f0e24a5..6fc51f99353a 100644 --- a/language/move-lang/Cargo.toml +++ b/language/move-lang/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" license = "Apache-2.0" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" codespan = "0.8.0" codespan-reporting = "0.8.0" hex = "0.4.3" diff --git a/language/move-lang/functional-tests/Cargo.toml b/language/move-lang/functional-tests/Cargo.toml index 6562ea7ac2fd..96bb50558a57 100644 --- a/language/move-lang/functional-tests/Cargo.toml +++ b/language/move-lang/functional-tests/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" diem-workspace-hack = { path = "../../../common/workspace-hack" } [dev-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" tempfile = "3.2.0" datatest-stable = { path = "../../../common/datatest-stable" } diff --git a/language/move-model/Cargo.toml b/language/move-model/Cargo.toml index ac297592b079..2ee6a7b9ac1c 100644 --- a/language/move-model/Cargo.toml +++ b/language/move-model/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.14" num = "0.4.0" once_cell = "1.7.2" regex = "1.4.3" -anyhow = "1.0.38" +anyhow = "1.0.66" serde = { version = "1.0.124", features = ["derive"] } [dev-dependencies] diff --git a/language/move-prover/Cargo.toml b/language/move-prover/Cargo.toml index 87bf3f156739..8226431a0d40 100644 --- a/language/move-prover/Cargo.toml +++ b/language/move-prover/Cargo.toml @@ -24,7 +24,7 @@ move-ir-types = { path = "../move-ir/types" } # external dependencies async-trait = "0.1.42" -anyhow = "1.0.38" +anyhow = "1.0.66" clap = "2.33.3" codespan = "0.8.0" codespan-reporting = "0.8.0" diff --git a/language/move-prover/abigen/Cargo.toml b/language/move-prover/abigen/Cargo.toml index 607aa40ac4a8..331e8a4b81eb 100644 --- a/language/move-prover/abigen/Cargo.toml +++ b/language/move-prover/abigen/Cargo.toml @@ -16,7 +16,7 @@ bcs = "0.1.2" # external dependencies log = "0.4.14" -anyhow = "1.0.38" +anyhow = "1.0.66" heck = "0.3.2" serde = { version = "1.0.124", features = ["derive"] } diff --git a/language/move-prover/boogie-backend/Cargo.toml b/language/move-prover/boogie-backend/Cargo.toml index 863a7864245a..904aca8e8873 100644 --- a/language/move-prover/boogie-backend/Cargo.toml +++ b/language/move-prover/boogie-backend/Cargo.toml @@ -20,7 +20,7 @@ move-core-types = { path = "../../move-core/types" } log = "0.4.14" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" -anyhow = "1.0.37" +anyhow = "1.0.66" once_cell = "1.7.2" pretty = "0.10.0" regex = "1.4.3" diff --git a/language/move-prover/bytecode/Cargo.toml b/language/move-prover/bytecode/Cargo.toml index 4cb0c8a46893..45cdf13ebb48 100644 --- a/language/move-prover/bytecode/Cargo.toml +++ b/language/move-prover/bytecode/Cargo.toml @@ -31,7 +31,7 @@ move-prover-test-utils = { path = "../test-utils" } codespan = "0.8.0" codespan-reporting = "0.8.0" diem-temppath = { path = "../../../common/temppath" } -anyhow = "1.0.38" +anyhow = "1.0.66" [[test]] name = "testsuite" diff --git a/language/move-prover/diagen/Cargo.toml b/language/move-prover/diagen/Cargo.toml index 1e305bab3358..528ca84c9ce4 100644 --- a/language/move-prover/diagen/Cargo.toml +++ b/language/move-prover/diagen/Cargo.toml @@ -14,5 +14,5 @@ publish = false diem-workspace-hack = { path = "../../../common/workspace-hack" } # external dependencies -anyhow = "1.0.38" +anyhow = "1.0.66" regex = "1.4.3" diff --git a/language/move-prover/docgen/Cargo.toml b/language/move-prover/docgen/Cargo.toml index dbd607f79fed..4f7f1253f70d 100644 --- a/language/move-prover/docgen/Cargo.toml +++ b/language/move-prover/docgen/Cargo.toml @@ -19,7 +19,7 @@ itertools = "0.10.0" log = "0.4.14" num = "0.4.0" regex = "1.4.3" -anyhow = "1.0.38" +anyhow = "1.0.66" serde = { version = "1.0.124", features = ["derive"] } once_cell = "1.7.2" diff --git a/language/move-prover/errmapgen/Cargo.toml b/language/move-prover/errmapgen/Cargo.toml index 93709b5c0b1f..85a89e90b5f2 100644 --- a/language/move-prover/errmapgen/Cargo.toml +++ b/language/move-prover/errmapgen/Cargo.toml @@ -16,7 +16,7 @@ bcs = "0.1.2" # external dependencies log = "0.4.14" -anyhow = "1.0.38" +anyhow = "1.0.66" serde = { version = "1.0.124", features = ["derive"] } [dev-dependencies] diff --git a/language/move-prover/test-utils/Cargo.toml b/language/move-prover/test-utils/Cargo.toml index 79c9284f2378..fabc18e9d5fb 100644 --- a/language/move-prover/test-utils/Cargo.toml +++ b/language/move-prover/test-utils/Cargo.toml @@ -8,6 +8,6 @@ license = "Apache-2.0" [dependencies] prettydiff = "0.4.0" -anyhow = "1.0.38" +anyhow = "1.0.66" regex = "1.4.3" diem-workspace-hack = { path = "../../../common/workspace-hack" } diff --git a/language/move-vm/integration-tests/Cargo.toml b/language/move-vm/integration-tests/Cargo.toml index 315efd1779e8..f18a31f16ffa 100644 --- a/language/move-vm/integration-tests/Cargo.toml +++ b/language/move-vm/integration-tests/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" tempfile = "3.2.0" diem-workspace-hack = { path = "../../../common/workspace-hack" } diff --git a/language/move-vm/runtime/Cargo.toml b/language/move-vm/runtime/Cargo.toml index 0cb4bc4f68b3..319da8a218f3 100644 --- a/language/move-vm/runtime/Cargo.toml +++ b/language/move-vm/runtime/Cargo.toml @@ -27,7 +27,7 @@ move-vm-types = { path = "../types" } vm = { path = "../../vm" } [dev-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" proptest = "1.0.0" diff --git a/language/move-vm/test-utils/Cargo.toml b/language/move-vm/test-utils/Cargo.toml index 9719e432010d..fba2fe899662 100644 --- a/language/move-vm/test-utils/Cargo.toml +++ b/language/move-vm/test-utils/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-workspace-hack = { path = "../../../common/workspace-hack" } move-vm-runtime = { path = "../runtime" } diff --git a/language/testing-infra/e2e-tests/Cargo.toml b/language/testing-infra/e2e-tests/Cargo.toml index b9fdf0f38a84..6cfd28a5ea7d 100644 --- a/language/testing-infra/e2e-tests/Cargo.toml +++ b/language/testing-infra/e2e-tests/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" goldenfile = "1.1.0" bcs = "0.1.2" compiler = { path = "../../compiler" } diff --git a/language/testing-infra/functional-tests/Cargo.toml b/language/testing-infra/functional-tests/Cargo.toml index 7fd3723bb6a6..6ce41758be8e 100644 --- a/language/testing-infra/functional-tests/Cargo.toml +++ b/language/testing-infra/functional-tests/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" diem-state-view = { path = "../../../storage/state-view" } diem-types = { path = "../../../types" } diff --git a/language/tools/disassembler/Cargo.toml b/language/tools/disassembler/Cargo.toml index a0158d377194..7650c7b557fd 100644 --- a/language/tools/disassembler/Cargo.toml +++ b/language/tools/disassembler/Cargo.toml @@ -7,7 +7,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" colored = "2.0.0" bytecode-verifier = { path = "../../bytecode-verifier" } diff --git a/language/tools/move-bytecode-viewer/Cargo.toml b/language/tools/move-bytecode-viewer/Cargo.toml index 7c2c78ee104a..58cc5ee9524c 100644 --- a/language/tools/move-bytecode-viewer/Cargo.toml +++ b/language/tools/move-bytecode-viewer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] structopt = "0.3.21" -anyhow = "1.0.38" +anyhow = "1.0.66" regex = "1.1.9" termion = "1.5" tui = "0.14.0" diff --git a/language/tools/move-cli/Cargo.toml b/language/tools/move-cli/Cargo.toml index 966eb2e751e3..8d46b11fc87e 100644 --- a/language/tools/move-cli/Cargo.toml +++ b/language/tools/move-cli/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" difference = "2.0.0" include_dir = { version = "0.6.0", features = ["search"] } once_cell = "1.7.2" diff --git a/language/tools/move-coverage/Cargo.toml b/language/tools/move-coverage/Cargo.toml index 962f8c90fd2e..c6a8762f0d16 100644 --- a/language/tools/move-coverage/Cargo.toml +++ b/language/tools/move-coverage/Cargo.toml @@ -14,7 +14,7 @@ once_cell = "1.7.2" petgraph = "0.5.1" structopt = "0.3.21" serde = { version = "1.0.124", default-features = false } -anyhow = "1.0.38" +anyhow = "1.0.66" codespan = { version = "0.8.0", features = ["serialization"] } colored = "2.0.0" diff --git a/language/tools/resource-viewer/Cargo.toml b/language/tools/resource-viewer/Cargo.toml index 506b9cb1a5bf..3362e90a950d 100644 --- a/language/tools/resource-viewer/Cargo.toml +++ b/language/tools/resource-viewer/Cargo.toml @@ -22,6 +22,6 @@ vm = { path = "../../vm" } serde_json = "1.0.64" serde = { version = "1.0.124", features = ["derive", "rc"] } -anyhow = "1.0.38" +anyhow = "1.0.66" once_cell = "1.7.2" hex = "0.4.3" diff --git a/language/tools/vm-genesis/Cargo.toml b/language/tools/vm-genesis/Cargo.toml index 84774551c91f..e42f1f586ad3 100644 --- a/language/tools/vm-genesis/Cargo.toml +++ b/language/tools/vm-genesis/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" once_cell = "1.7.2" rand = "0.8.3" diff --git a/language/transaction-builder/generator/Cargo.toml b/language/transaction-builder/generator/Cargo.toml index ed7898bba66b..8a80ae0bb311 100644 --- a/language/transaction-builder/generator/Cargo.toml +++ b/language/transaction-builder/generator/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" heck = "0.3.2" regex = "1.4.3" structopt = "0.3.21" diff --git a/language/vm/Cargo.toml b/language/vm/Cargo.toml index 25ddf480e231..b90642c455a9 100644 --- a/language/vm/Cargo.toml +++ b/language/vm/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" once_cell = "1.7.2" mirai-annotations = "1.10.1" proptest = { version = "1.0.0", optional = true } diff --git a/mempool/Cargo.toml b/mempool/Cargo.toml index 045753e23b80..04bcc0c7bfdb 100644 --- a/mempool/Cargo.toml +++ b/mempool/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" fail = "0.4.0" futures = "0.3.12" itertools = "0.10.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 71075b7072cf..a84ed540714c 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytes = { version = "1.0.1", features = ["serde"] } futures = "0.3.12" futures-util = "0.3.12" diff --git a/network/simple-onchain-discovery/Cargo.toml b/network/simple-onchain-discovery/Cargo.toml index b6e8442a4d41..234ecc3c0bdd 100644 --- a/network/simple-onchain-discovery/Cargo.toml +++ b/network/simple-onchain-discovery/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" futures = "0.3.12" once_cell = "1.7.2" tokio = { version = "1.3.0", features = ["full"] } diff --git a/sdk/client/Cargo.toml b/sdk/client/Cargo.toml index 9095c339227e..74a89b9387cf 100644 --- a/sdk/client/Cargo.toml +++ b/sdk/client/Cargo.toml @@ -15,7 +15,7 @@ blocking = ["ureq", "ipnet"] async = ["reqwest", "tokio"] [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bcs = "0.1.2" hex = "0.4.3" serde = { version = "1.0.124", features = ["derive"] } diff --git a/secure/key-manager/Cargo.toml b/secure/key-manager/Cargo.toml index b0439ccb4745..68aa96648c08 100644 --- a/secure/key-manager/Cargo.toml +++ b/secure/key-manager/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bcs = "0.1.2" once_cell = "1.7.2" serde = { version = "1.0.124", features = ["rc"], default-features = false } diff --git a/storage/accumulator/Cargo.toml b/storage/accumulator/Cargo.toml index 1b72181156f5..29cab5da118f 100644 --- a/storage/accumulator/Cargo.toml +++ b/storage/accumulator/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-crypto = { path = "../../crypto/crypto" } mirai-annotations = "1.10.1" diem-types = { path = "../../types" } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index f2a416d6c055..1952370ebd16 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -9,7 +9,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" async-trait = "0.1.42" byteorder = "1.4.2" bytes = "1.0.1" diff --git a/storage/backup/backup-service/Cargo.toml b/storage/backup/backup-service/Cargo.toml index 3f60e21760b2..960d4e669c9b 100644 --- a/storage/backup/backup-service/Cargo.toml +++ b/storage/backup/backup-service/Cargo.toml @@ -9,7 +9,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" bytes = "1.0.1" futures = "0.3.12" hyper = "0.14.4" diff --git a/storage/diemdb-benchmark/Cargo.toml b/storage/diemdb-benchmark/Cargo.toml index 65c2a8a8b0f7..b0ac7cbf0844 100644 --- a/storage/diemdb-benchmark/Cargo.toml +++ b/storage/diemdb-benchmark/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" byteorder = "1.4.2" indicatif = "0.15.0" itertools = { version = "0.10.0", default-features = false } diff --git a/storage/diemdb/Cargo.toml b/storage/diemdb/Cargo.toml index e1e5a5bfc325..b7462ec4d0e8 100644 --- a/storage/diemdb/Cargo.toml +++ b/storage/diemdb/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" arc-swap = "1.2.0" byteorder = "1.4.2" itertools = "0.10.0" diff --git a/storage/diemsum/Cargo.toml b/storage/diemsum/Cargo.toml index ab849fa3dd8f..09f8050b8a00 100644 --- a/storage/diemsum/Cargo.toml +++ b/storage/diemsum/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" structopt = "0.3.21" serde = "1.0.124" serde_json = "1.0.64" diff --git a/storage/inspector/Cargo.toml b/storage/inspector/Cargo.toml index 9b5a2ab1ae66..6f377d659d7e 100644 --- a/storage/inspector/Cargo.toml +++ b/storage/inspector/Cargo.toml @@ -9,7 +9,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" structopt = "0.3.21" tempfile = "3.2.0" diff --git a/storage/jellyfish-merkle/Cargo.toml b/storage/jellyfish-merkle/Cargo.toml index b325cfea4a8b..19840a18c1ff 100644 --- a/storage/jellyfish-merkle/Cargo.toml +++ b/storage/jellyfish-merkle/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" byteorder = "1.4.2" mirai-annotations = "1.10.1" num-derive = "0.3.3" diff --git a/storage/schemadb/Cargo.toml b/storage/schemadb/Cargo.toml index 2dda6b09ee38..5d2d7eddc94d 100644 --- a/storage/schemadb/Cargo.toml +++ b/storage/schemadb/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" once_cell = "1.7.2" diem-config = { path = "../../config" } diem-logger = { path = "../../common/logger" } diff --git a/storage/state-view/Cargo.toml b/storage/state-view/Cargo.toml index 578efa0a9e6a..a4dd68d3da63 100644 --- a/storage/state-view/Cargo.toml +++ b/storage/state-view/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" diem-crypto = { path = "../../crypto/crypto" } diem-types = { path = "../../types" } diem-workspace-hack = { path = "../../common/workspace-hack" } diff --git a/storage/storage-client/Cargo.toml b/storage/storage-client/Cargo.toml index 758c2bb73a5f..1502be2639b5 100644 --- a/storage/storage-client/Cargo.toml +++ b/storage/storage-client/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" serde = "1.0.124" bcs = "0.1.2" diff --git a/storage/storage-interface/Cargo.toml b/storage/storage-interface/Cargo.toml index 0dc34a58ff57..a8eef7d47795 100644 --- a/storage/storage-interface/Cargo.toml +++ b/storage/storage-interface/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" itertools = "0.10.0" serde = { version = "1.0.124", default-features = false } thiserror = "1.0.24" diff --git a/storage/storage-service/Cargo.toml b/storage/storage-service/Cargo.toml index 15d93c56f022..70db528fde44 100644 --- a/storage/storage-service/Cargo.toml +++ b/storage/storage-service/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" tokio = { version = "1.3.0", features = ["full"] } futures = "0.3.12" diff --git a/testsuite/cli/Cargo.toml b/testsuite/cli/Cargo.toml index 99d8aa3554ea..02358c59666e 100644 --- a/testsuite/cli/Cargo.toml +++ b/testsuite/cli/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" chrono = "0.4.19" hex = "0.4.3" proptest = { version = "1.0.0", optional = true } diff --git a/testsuite/cli/diem-wallet/Cargo.toml b/testsuite/cli/diem-wallet/Cargo.toml index 3172607d1a6c..491362705ec1 100644 --- a/testsuite/cli/diem-wallet/Cargo.toml +++ b/testsuite/cli/diem-wallet/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" rand = "0.8.3" hex = "0.4.3" hmac = "0.10.1" diff --git a/testsuite/cluster-test/Cargo.toml b/testsuite/cluster-test/Cargo.toml index 2c5034dd3362..50ec35579bee 100644 --- a/testsuite/cluster-test/Cargo.toml +++ b/testsuite/cluster-test/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" flate2 = { version = "1.0.20", features = ["rust_backend"], default-features = false } hex = "0.4.3" itertools = "0.10.0" diff --git a/testsuite/diem-fuzzer/Cargo.toml b/testsuite/diem-fuzzer/Cargo.toml index 14ae1f5eb1f6..13dd1e3e1f22 100644 --- a/testsuite/diem-fuzzer/Cargo.toml +++ b/testsuite/diem-fuzzer/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" # common dependencies [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" byteorder = { version = "1.4.2", default-features = false } hex = "0.4.3" once_cell = "1.7.2" diff --git a/testsuite/diem-swarm/Cargo.toml b/testsuite/diem-swarm/Cargo.toml index 0bd279c791cc..3b235a3848f3 100644 --- a/testsuite/diem-swarm/Cargo.toml +++ b/testsuite/diem-swarm/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" ctrlc = { version = "3.1.8", default-features = false } reqwest = { version = "0.11.2", features = ["blocking"], default-features = false } structopt = "0.3.21" diff --git a/testsuite/smoke-test/Cargo.toml b/testsuite/smoke-test/Cargo.toml index 1b7800aede9c..2d6218e54a09 100644 --- a/testsuite/smoke-test/Cargo.toml +++ b/testsuite/smoke-test/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dev-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" hex = "0.4.3" once_cell = "1.7.2" num = "0.4.0" diff --git a/types/Cargo.toml b/types/Cargo.toml index 789e8781c7a1..7f5d2e8d3fe8 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] aes-gcm = "0.8.0" -anyhow = "1.0.38" +anyhow = "1.0.66" bytes = "1.0.1" chrono = { version = "0.4.19", default-features = false, features = ["clock"] } hex = "0.4.3" diff --git a/vm-validator/Cargo.toml b/vm-validator/Cargo.toml index 2a738a03d284..e593da082d88 100644 --- a/vm-validator/Cargo.toml +++ b/vm-validator/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.66" fail = "0.4.0" scratchpad = { path = "../storage/scratchpad" } diem-state-view = { path = "../storage/state-view" }