From b54282dcabf9eadb800bada69a90626612525eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:44:54 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.58 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.58. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.58) --- 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..de265ca5aead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "arbitrary" diff --git a/client/faucet/Cargo.toml b/client/faucet/Cargo.toml index 0722c3236a08..1162c659ba4a 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.58" 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..33d6c82f1a29 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.58" 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..32ccfc44eeeb 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.58" 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..b450d7c06df6 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.58" 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..20e4c5ea71e9 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.58" 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..7dd53190438b 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.58" 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..77fff3416f0d 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.58" diem-types = { path = "../../types" } diem-workspace-hack = { path = "../workspace-hack" } diff --git a/common/trace/Cargo.toml b/common/trace/Cargo.toml index a250510dac9d..29b503f8498d 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.58" 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..cd9473df9655 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.58" 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..3a9c79c2a6c1 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.58" 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..0b75b2b43863 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.58" 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..754f771a9150 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.58" 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..774a9d923cf5 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.58" 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..ee5f354044fa 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.58" 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..369e0ed80a94 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.58" diem-workspace-hack = { path = "../../common/workspace-hack" } diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index c71acff079b2..ec581b0dd915 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.58" 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..622dbeffb3a3 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.58" 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..165e1881d50d 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.58" structopt = "0.3.21" executor = { path = "../executor" } diff --git a/execution/execution-correctness/Cargo.toml b/execution/execution-correctness/Cargo.toml index 509b9c2bc9c9..973910f22a9d 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.58" 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..2d033adae604 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.58" rand = "0.8.3" tempfile = "3.2.0" diff --git a/execution/executor-types/Cargo.toml b/execution/executor-types/Cargo.toml index cdd0b73c28cb..4af37a06c0a2 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.58" 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..dc401224ecd4 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.58" 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..8ec79be82427 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.58" 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..4295731166e0 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.58" 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..0b5e0846737c 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.58" 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..531f36e3ce2c 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.58" mirai-annotations = "1.10.1" petgraph = "0.5.1" diff --git a/language/compiler/Cargo.toml b/language/compiler/Cargo.toml index 5ff2e72728fa..999918612d99 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.58" 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..b98d21da40d1 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.58" 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..09647709b5f4 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.58" 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..7cc635efe45f 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.58" 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..1a54f2bd197f 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.58" 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..6cef0bdb6590 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.58" 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..5be2f6839504 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.58" 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..f82a532af78b 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.58" 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..a317122057d5 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.58" 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..14d375fdc010 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.58" 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..57c10fb071fb 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.58" 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..6f46a56ee650 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.58" 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..d74e76ea8fff 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.58" 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..3cbb6c435a53 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.58" 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..923c830231d9 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.58" 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..f0c7633f0834 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.58" 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..eacbd0f1a415 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.58" 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..bfc71f60d076 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.58" 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..08b6e7c5f4d4 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.58" 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..05b3960bd3e4 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.58" 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..c272b25ea0ca 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.58" [[test]] name = "testsuite" diff --git a/language/move-prover/diagen/Cargo.toml b/language/move-prover/diagen/Cargo.toml index 1e305bab3358..75c5b46ff72e 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.58" regex = "1.4.3" diff --git a/language/move-prover/docgen/Cargo.toml b/language/move-prover/docgen/Cargo.toml index dbd607f79fed..4e1d8f9ead28 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.58" 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..54953d5646a0 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.58" 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..cb133d0d4284 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.58" 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..482cd81a1614 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.58" 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..c1bb34c14bfc 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.58" 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..da3e323a7eed 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.58" 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..595c978d1238 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.58" 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..8009b374c8c1 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.58" 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..ffdcebed097c 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.58" 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..3da81d7aa14c 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.58" 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..91e38d070332 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.58" 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..3c0b409a3e07 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.58" 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..8c86f1fd5a76 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.58" 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..46aa67716ccf 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.58" 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..7af5e8f5e599 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.58" 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..7da83170d68f 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.58" 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..a6e78f25ac1d 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.58" fail = "0.4.0" futures = "0.3.12" itertools = "0.10.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 71075b7072cf..b1eb13a0eb5b 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.58" 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..ab40f941e1a0 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.58" 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..03f7ad83759a 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.58" 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..4ec4b0d261bb 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.58" 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..f11370675581 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.58" 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..8e611abbf00e 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.58" 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..a86f7bc0b53a 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.58" 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..b0d6728819a4 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.58" 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..5557fe05d03e 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.58" 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..c120b7aab5a3 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.58" 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..bbe01c9730d0 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.58" structopt = "0.3.21" tempfile = "3.2.0" diff --git a/storage/jellyfish-merkle/Cargo.toml b/storage/jellyfish-merkle/Cargo.toml index b325cfea4a8b..3154f420324d 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.58" 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..c940252abb52 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.58" 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..c2b2835f8c41 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.58" 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..e38394ec6613 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.58" serde = "1.0.124" bcs = "0.1.2" diff --git a/storage/storage-interface/Cargo.toml b/storage/storage-interface/Cargo.toml index 0dc34a58ff57..5db7084e6428 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.58" 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..ef9d9961ca92 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.58" 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..40b827f0aba1 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.58" 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..30bc50911e16 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.58" 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..f08fb8498e83 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.58" 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..b2ddb6ed8c7b 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.58" 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..a4c24a39a78c 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.58" 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..93019816c963 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.58" 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..b112296ba3bc 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.58" 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..a018c815416f 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.58" fail = "0.4.0" scratchpad = { path = "../storage/scratchpad" } diem-state-view = { path = "../storage/state-view" }