From 55c3e36471f47be124e69f98a0f72494c13d8dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 18:38:11 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.63 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.63. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.63) --- 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..3534b0a99201 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" [[package]] name = "arbitrary" diff --git a/client/faucet/Cargo.toml b/client/faucet/Cargo.toml index 0722c3236a08..91e2dfd72da7 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.63" 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..2d999c24fd75 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.63" 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..70ec47c03fe7 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.63" 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..e406407ded20 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.63" 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..e92705123412 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.63" 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..1be10f7d5c5b 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.63" 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..2c8ddb638eb1 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.63" diem-types = { path = "../../types" } diem-workspace-hack = { path = "../workspace-hack" } diff --git a/common/trace/Cargo.toml b/common/trace/Cargo.toml index a250510dac9d..e740e4185428 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.63" 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..84538f556def 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.63" 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..ea6d01136a77 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.63" 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..85e450883af1 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.63" 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..0d3e247dc7e2 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.63" 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..d6c70aff096d 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.63" 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..d23b129a9048 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.63" 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..95cb777d936b 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.63" diem-workspace-hack = { path = "../../common/workspace-hack" } diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index c71acff079b2..071e5bae24c5 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.63" 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..648917494d19 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.63" 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..dfae1fde336f 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.63" structopt = "0.3.21" executor = { path = "../executor" } diff --git a/execution/execution-correctness/Cargo.toml b/execution/execution-correctness/Cargo.toml index 509b9c2bc9c9..4973405e1273 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.63" 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..9bc556da5304 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.63" rand = "0.8.3" tempfile = "3.2.0" diff --git a/execution/executor-types/Cargo.toml b/execution/executor-types/Cargo.toml index cdd0b73c28cb..d182ece4b116 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.63" 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..cefc3fa28d34 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.63" 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..5aff897f43ea 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.63" 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..78566207acc1 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.63" 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..46e559d963dd 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.63" 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..fe28d1eae2eb 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.63" mirai-annotations = "1.10.1" petgraph = "0.5.1" diff --git a/language/compiler/Cargo.toml b/language/compiler/Cargo.toml index 5ff2e72728fa..12ec235312b3 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.63" 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..f346dc68942b 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.63" 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..4af916e6cf7c 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.63" 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..84fe82e2bf93 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.63" 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..0171fac21d41 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.63" 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..fb3a4acf03c9 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.63" 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..9d6c316eef31 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.63" 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..39ac98f31e9e 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.63" 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..30e8b7160d55 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.63" 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..34214b80f815 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.63" 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..b38ee42bff48 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.63" 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..7fc7f970febc 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.63" 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..5dcfe7a6a171 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.63" 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..765ed3632bcd 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.63" 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..c27dbfa5c429 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.63" 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..14fc0bcefa1b 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.63" 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..9595069a6744 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.63" 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..22a604d3280f 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.63" 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..b48654e8ecb3 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.63" 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..3f1094942884 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.63" 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..b8c53a3e2d1e 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.63" [[test]] name = "testsuite" diff --git a/language/move-prover/diagen/Cargo.toml b/language/move-prover/diagen/Cargo.toml index 1e305bab3358..ae11182403b7 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.63" regex = "1.4.3" diff --git a/language/move-prover/docgen/Cargo.toml b/language/move-prover/docgen/Cargo.toml index dbd607f79fed..1989b6124415 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.63" 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..ce80057a2bcb 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.63" 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..c9badf0d370e 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.63" 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..c85eb7d16c55 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.63" 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..d01fb04a6104 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.63" 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..3545ee6d0cdc 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.63" 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..b8f998e6c10f 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.63" 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..e08e7e5e0982 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.63" 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..70cc6c67f987 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.63" 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..62e2f2eff908 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.63" 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..3b28df79ec14 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.63" 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..afad118901f8 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.63" 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..ae51a5764293 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.63" 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..5f7e2acc4c34 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.63" 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..92a0207388a8 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.63" 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..7e88ef19ff48 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.63" 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..65d5cbe8c8a1 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.63" fail = "0.4.0" futures = "0.3.12" itertools = "0.10.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 71075b7072cf..8ea40cdd1aaa 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.63" 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..074bd65c8a8d 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.63" 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..9069e76ea211 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.63" 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..3269687bd206 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.63" 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..d437d8d0f12b 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.63" 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..043eae267c14 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.63" 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..c769b17d8f44 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.63" 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..8c49a1e03a54 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.63" 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..760ca97b3f6f 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.63" 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..72393f5b24e1 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.63" 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..d1d4ec729ad1 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.63" structopt = "0.3.21" tempfile = "3.2.0" diff --git a/storage/jellyfish-merkle/Cargo.toml b/storage/jellyfish-merkle/Cargo.toml index b325cfea4a8b..98652cd42fd1 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.63" 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..3f7a09d27129 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.63" 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..ffad867a6ef5 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.63" 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..6ed09df3a0b4 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.63" serde = "1.0.124" bcs = "0.1.2" diff --git a/storage/storage-interface/Cargo.toml b/storage/storage-interface/Cargo.toml index 0dc34a58ff57..c87efc299745 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.63" 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..610ac02a5cb6 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.63" 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..97753aeb3062 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.63" 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..07ce228606e8 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.63" 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..f2ec3d4949d7 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.63" 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..5b841130d970 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.63" 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..b235eda1a239 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.63" 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..68a3c5556bd6 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.63" 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..f31c7e9b4390 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.63" 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..3c0eadeb2967 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.63" fail = "0.4.0" scratchpad = { path = "../storage/scratchpad" } diem-state-view = { path = "../storage/state-view" }