diff --git a/Cargo.lock b/Cargo.lock index ee0de5c7e5c8..9eab56849d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "arbitrary" diff --git a/client/faucet/Cargo.toml b/client/faucet/Cargo.toml index d8eb6385f72b..9a7fbbcd133a 100644 --- a/client/faucet/Cargo.toml +++ b/client/faucet/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" hex = "0.4.2" reqwest = { version = "0.10.9", features = ["blocking"], default-features = false } serde = "1.0.117" diff --git a/client/json-rpc/Cargo.toml b/client/json-rpc/Cargo.toml index 7e68f8ad3147..af6f062983f0 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.34" +anyhow = "1.0.66" async-trait = "0.1.42" futures = "0.3.8" hex = "0.4.2" diff --git a/common/channel/Cargo.toml b/common/channel/Cargo.toml index d0042378e9ec..3ca50222e019 100644 --- a/common/channel/Cargo.toml +++ b/common/channel/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" futures = "0.3.8" diem-metrics = { path = "../metrics", version = "0.1.0" } diem-infallible = { path = "../infallible", version = "0.1.0" } diff --git a/common/debug-interface/Cargo.toml b/common/debug-interface/Cargo.toml index ee634b261cce..7ca9c9199306 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.34" +anyhow = "1.0.66" bytes = "0.5.6" tokio = { version = "0.2.22", features = ["full"] } reqwest = { version = "0.10.9", features = ["blocking", "json"], default_features = false } diff --git a/common/diemdoc/Cargo.toml b/common/diemdoc/Cargo.toml index cd64eff9bec0..b4fdc875f4c7 100644 --- a/common/diemdoc/Cargo.toml +++ b/common/diemdoc/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" serde_yaml = "0.8.14" serde-reflection = "0.3.2" serde-generate = "0.17.0" -anyhow = "1.0.34" +anyhow = "1.0.66" regex = "1.4.2" structopt = "0.3.21" once_cell = "1.4.1" diff --git a/common/metrics/Cargo.toml b/common/metrics/Cargo.toml index 94a8c9b7a022..1300f234347e 100644 --- a/common/metrics/Cargo.toml +++ b/common/metrics/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" futures = "0.3.8" hyper = "0.13.9" once_cell = "1.4.1" diff --git a/common/subscription-service/Cargo.toml b/common/subscription-service/Cargo.toml index 6a4966c6229d..200ab32e5aca 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.34" +anyhow = "1.0.66" diem-types = { path = "../../types", version = "0.1.0" } diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" } diff --git a/common/trace/Cargo.toml b/common/trace/Cargo.toml index 0e4317acab88..cc5f555f99da 100644 --- a/common/trace/Cargo.toml +++ b/common/trace/Cargo.toml @@ -15,7 +15,7 @@ structopt = "0.3.21" tokio = { version = "0.2.22", features = ["full"] } serde_json = "1.0.60" serde = "1.0.117" -anyhow = "1.0.34" +anyhow = "1.0.66" reqwest = { version = "0.10.9", features = ["blocking", "json"], default_features = false } once_cell = "1.4.1" diff --git a/config/management/Cargo.toml b/config/management/Cargo.toml index 450a5ef684d7..79d4bac23f53 100644 --- a/config/management/Cargo.toml +++ b/config/management/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" hex = "0.4.2" serde = { version = "1.0.117", features = ["rc"], default-features = false } serde_yaml = "0.8.14" diff --git a/config/management/genesis/Cargo.toml b/config/management/genesis/Cargo.toml index b1797b874389..46dec5dda603 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.34" +anyhow = "1.0.66" rand = "0.7.3" serde = { version = "1.0.117", features = ["rc"], default-features = false } structopt = "0.3.21" diff --git a/config/management/operational/Cargo.toml b/config/management/operational/Cargo.toml index 59801af734af..e253d1229ed1 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.34" +anyhow = "1.0.66" hex = "0.4.2" serde = { version = "1.0.117", features = ["rc"], default-features = false } serde_json = "1.0.60" diff --git a/config/seed-peer-generator/Cargo.toml b/config/seed-peer-generator/Cargo.toml index d63f83688fd4..62a5a2857f79 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.34" +anyhow = "1.0.66" hex = "0.4.2" rand = "0.7.3" serde_yaml = "0.8.14" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index d359dc0d2c26..61551974c888 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" async-trait = "0.1.42" byteorder = { version = "1.3.4", default-features = false } bytes = "0.5.6" diff --git a/consensus/consensus-types/Cargo.toml b/consensus/consensus-types/Cargo.toml index d274ea60fccf..486f724a5780 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.34" +anyhow = "1.0.66" mirai-annotations = { version = "1.10.1", default-features = false } proptest = { version = "0.10.1", optional = true } serde = { version = "1.0.117", default-features = false } diff --git a/crypto/crypto-derive/Cargo.toml b/crypto/crypto-derive/Cargo.toml index 7e0915e75e10..362866f295e8 100644 --- a/crypto/crypto-derive/Cargo.toml +++ b/crypto/crypto-derive/Cargo.toml @@ -18,4 +18,4 @@ quote = "1.0.7" proc-macro2 = "1.0.24" [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index 8e8af1ca73c6..f6b1adaae084 100644 --- a/crypto/crypto/Cargo.toml +++ b/crypto/crypto/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytes = "0.5.6" vanilla-curve25519-dalek = { version = "3", package = 'curve25519-dalek', default-features = false, features = ["std"], optional = true } curve25519-dalek = { git = "https://github.com/novifinancial/curve25519-dalek.git", branch = "fiat3", version = "3", default-features = false, features = ["std", "fiat_u64_backend"], optional = true } diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index 7692974cdfc1..e1fcd90b0799 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -12,7 +12,7 @@ determinator = "0.1.1" serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.60" structopt = "0.3.21" -anyhow = "1.0.34" +anyhow = "1.0.66" colored-diff = "0.2.2" guppy = { version = "0.6.2", features = ["summaries"] } indoc = "1.0.3" diff --git a/execution/db-bootstrapper/Cargo.toml b/execution/db-bootstrapper/Cargo.toml index f08def2483db..e3e95f28b96a 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.34" +anyhow = "1.0.66" structopt = "0.3.21" executor = { path = "../executor", version = "0.1.0" } diff --git a/execution/execution-correctness/Cargo.toml b/execution/execution-correctness/Cargo.toml index f55ae37fda2b..92cc0c7a146a 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.34" +anyhow = "1.0.66" rand = { version = "0.7.3", default-features = false } consensus-types = { path = "../../consensus/consensus-types", version = "0.1.0", default-features = false } diff --git a/execution/executor-test-helpers/Cargo.toml b/execution/executor-test-helpers/Cargo.toml index b0753f4655a9..c7d739e5278b 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.34" +anyhow = "1.0.66" rand = "0.7.3" tempfile = "3.1.0" diff --git a/execution/executor-types/Cargo.toml b/execution/executor-types/Cargo.toml index d309f55f767a..9cd4a6203a3d 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.34" +anyhow = "1.0.66" serde = { version = "1.0.117", default-features = false } thiserror = "1.0.22" diff --git a/execution/executor/Cargo.toml b/execution/executor/Cargo.toml index e7f980e3e2d5..8b5ede1a39eb 100644 --- a/execution/executor/Cargo.toml +++ b/execution/executor/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" fail = "0.4.0" itertools = { version = "0.9.0", default-features = false } once_cell = "1.4.1" diff --git a/json-rpc/Cargo.toml b/json-rpc/Cargo.toml index 3e16b9d458cf..3a9f11c0a4c0 100644 --- a/json-rpc/Cargo.toml +++ b/json-rpc/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" fail = "0.4.0" futures = "0.3.8" hex = "0.4.2" diff --git a/json-rpc/types/Cargo.toml b/json-rpc/types/Cargo.toml index cb78b3e6796c..df7a1941388b 100644 --- a/json-rpc/types/Cargo.toml +++ b/json-rpc/types/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" hex = "0.4.2" serde = { version = "1.0.117", default-features = false } serde_json = "1.0.60" diff --git a/language/benchmarks/Cargo.toml b/language/benchmarks/Cargo.toml index eceb734d2cf6..d0cb361c8e2c 100644 --- a/language/benchmarks/Cargo.toml +++ b/language/benchmarks/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" criterion = "0.3.3" proptest = "0.10.1" diff --git a/language/bytecode-verifier/Cargo.toml b/language/bytecode-verifier/Cargo.toml index fffeeba5102c..23ee3b5cc326 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.34" +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 ecae6b5d955d..15b25d98356c 100644 --- a/language/compiler/Cargo.toml +++ b/language/compiler/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytecode-verifier = { path = "../bytecode-verifier", version = "0.1.0" } ir-to-bytecode = { path = "ir-to-bytecode", version = "0.1.0" } bytecode-source-map = { path = "bytecode-source-map", version = "0.1.0" } diff --git a/language/compiler/bytecode-source-map/Cargo.toml b/language/compiler/bytecode-source-map/Cargo.toml index a69c84c3265f..a9dfd4e2c3b6 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.34" +anyhow = "1.0.66" diem-types = { path = "../../../types", version = "0.1.0" } diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } move-core-types = { path = "../../move-core/types", version = "0.1.0" } diff --git a/language/compiler/ir-to-bytecode/Cargo.toml b/language/compiler/ir-to-bytecode/Cargo.toml index f989bf282d5a..0bd61f1ad637 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.34" +anyhow = "1.0.66" ir-to-bytecode-syntax = { path = "syntax", version = "0.1.0" } diem-types = { path = "../../../types", version = "0.1.0" } diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } diff --git a/language/compiler/ir-to-bytecode/syntax/Cargo.toml b/language/compiler/ir-to-bytecode/syntax/Cargo.toml index 6ddcca6b8422..b0544fc6c1db 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.34" +anyhow = "1.0.66" codespan = { version = "0.8.0", features = ["serialization"] } hex = "0.4.2" move-ir-types = { path = "../../../move-ir/types", version = "0.1.0" } diff --git a/language/diem-tools/diem-events-fetcher/Cargo.toml b/language/diem-tools/diem-events-fetcher/Cargo.toml index 83792e703499..ea576eb240bd 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.34" +anyhow = "1.0.66" hex = "0.4.2" reqwest = { version = "0.10.9", 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 a076e3d6df6a..adbb130b7649 100644 --- a/language/diem-tools/diem-validator-interface/Cargo.toml +++ b/language/diem-tools/diem-validator-interface/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] reqwest = { version = "0.10.9", features = ["blocking", "json"] } -anyhow = "1.0.34" +anyhow = "1.0.66" diem-config = { path = "../../../config", version = "0.1.0" } diem-json-rpc-client = { path = "../../../client/json-rpc", version = "0.1.0" } diem-types = { path = "../../../types", version = "0.1.0" } diff --git a/language/diem-tools/transaction-replay/Cargo.toml b/language/diem-tools/transaction-replay/Cargo.toml index 21f13866fcc1..a79996211034 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.34" +anyhow = "1.0.66" structopt = "0.3.21" diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } diem-types = { path = "../../../types", version = "0.1.0" } diff --git a/language/diem-tools/writeset-transaction-generator/Cargo.toml b/language/diem-tools/writeset-transaction-generator/Cargo.toml index 8ca3906614a6..15588e6a2cf0 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.34" +anyhow = "1.0.66" structopt = "0.3.21" tempfile = "3.1.0" handlebars = "3.5.1" diff --git a/language/diem-vm/Cargo.toml b/language/diem-vm/Cargo.toml index 4cb3e713877d..0dab2bce8d25 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.34" +anyhow = "1.0.66" fail = "0.4.0" once_cell = "1.4.1" rayon = "1.5.0" diff --git a/language/ir-testsuite/Cargo.toml b/language/ir-testsuite/Cargo.toml index 5903f94fe672..63d147ba0afa 100644 --- a/language/ir-testsuite/Cargo.toml +++ b/language/ir-testsuite/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytecode-verifier = { path = "../bytecode-verifier", version = "0.1.0" } datatest-stable = { path = "../../common/datatest-stable", version = "0.1.0" } functional-tests = { path = "../testing-infra/functional-tests", version = "0.1.0" } diff --git a/language/move-core/types/Cargo.toml b/language/move-core/types/Cargo.toml index 1b201e55a1ac..900825b536be 100644 --- a/language/move-core/types/Cargo.toml +++ b/language/move-core/types/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" hex = "0.4.2" rand = "0.7.3" proptest = { version = "0.10.1", default-features = false, optional = true } diff --git a/language/move-ir/types/Cargo.toml b/language/move-ir/types/Cargo.toml index 05ac91bd2433..5a1bb64eab6f 100644 --- a/language/move-ir/types/Cargo.toml +++ b/language/move-ir/types/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" codespan = { version = "0.8.0", features = ["serialization"] } serde = { version = "1.0.117", features = ["derive"] } hex = "0.4.2" diff --git a/language/move-lang/Cargo.toml b/language/move-lang/Cargo.toml index 59a9b69b3bd1..aa58f17becb1 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.34" +anyhow = "1.0.66" codespan = "0.8.0" codespan-reporting = "0.8.0" hex = "0.4.2" diff --git a/language/move-lang/functional-tests/Cargo.toml b/language/move-lang/functional-tests/Cargo.toml index 968ef7822083..1800a0a81316 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", version = "0.1.0" } [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" tempfile = "3.1.0" datatest-stable = { path = "../../../common/datatest-stable", version = "0.1.0" } diff --git a/language/move-prover/Cargo.toml b/language/move-prover/Cargo.toml index 1e926144f975..83389371f348 100644 --- a/language/move-prover/Cargo.toml +++ b/language/move-prover/Cargo.toml @@ -23,7 +23,7 @@ move-ir-types = { path = "../move-ir/types", version = "0.1.0" } # external dependencies async-trait = "0.1.42" -anyhow = "1.0.34" +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 095aca10aaa9..f65689e79932 100644 --- a/language/move-prover/abigen/Cargo.toml +++ b/language/move-prover/abigen/Cargo.toml @@ -16,7 +16,7 @@ bcs = "0.1.1" # external dependencies log = "0.4.11" -anyhow = "1.0.34" +anyhow = "1.0.66" heck = "0.3.1" serde = { version = "1.0.117", features = ["derive"] } diff --git a/language/move-prover/bytecode/Cargo.toml b/language/move-prover/bytecode/Cargo.toml index 18b06157163c..63110b918944 100644 --- a/language/move-prover/bytecode/Cargo.toml +++ b/language/move-prover/bytecode/Cargo.toml @@ -28,7 +28,7 @@ move-prover-test-utils = { path = "../test-utils", version = "0.1.0" } codespan = "0.8.0" codespan-reporting = "0.8.0" diem-temppath = { path = "../../../common/temppath", version = "0.1.0" } -anyhow = "1.0.34" +anyhow = "1.0.66" [[test]] name = "testsuite" diff --git a/language/move-prover/diagen/Cargo.toml b/language/move-prover/diagen/Cargo.toml index e8fa72ff626a..dab60dcb74dc 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", version = "0.1.0" } # external dependencies -anyhow = "1.0.34" +anyhow = "1.0.66" regex = "1.4.2" diff --git a/language/move-prover/docgen/Cargo.toml b/language/move-prover/docgen/Cargo.toml index 8718c5bc334c..be5f7710c71b 100644 --- a/language/move-prover/docgen/Cargo.toml +++ b/language/move-prover/docgen/Cargo.toml @@ -19,7 +19,7 @@ itertools = "0.9.0" log = "0.4.11" num = "0.3.0" regex = "1.4.2" -anyhow = "1.0.34" +anyhow = "1.0.66" serde = { version = "1.0.117", features = ["derive"] } once_cell = "1.4.1" diff --git a/language/move-prover/errmapgen/Cargo.toml b/language/move-prover/errmapgen/Cargo.toml index abc9918b3dbc..821bf0d48991 100644 --- a/language/move-prover/errmapgen/Cargo.toml +++ b/language/move-prover/errmapgen/Cargo.toml @@ -16,7 +16,7 @@ bcs = "0.1.1" # external dependencies log = "0.4.11" -anyhow = "1.0.34" +anyhow = "1.0.66" serde = { version = "1.0.117", features = ["derive"] } [dev-dependencies] diff --git a/language/move-prover/spec-lang/Cargo.toml b/language/move-prover/spec-lang/Cargo.toml index 12c0fff30443..d1480ea6ed21 100644 --- a/language/move-prover/spec-lang/Cargo.toml +++ b/language/move-prover/spec-lang/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.11" num = "0.3.0" once_cell = "1.4.1" regex = "1.4.2" -anyhow = "1.0.34" +anyhow = "1.0.66" serde = { version = "1.0.117", features = ["derive"] } [dev-dependencies] diff --git a/language/move-prover/test-utils/Cargo.toml b/language/move-prover/test-utils/Cargo.toml index 9f9e56f1e434..05b783cc9e63 100644 --- a/language/move-prover/test-utils/Cargo.toml +++ b/language/move-prover/test-utils/Cargo.toml @@ -7,6 +7,6 @@ license = "Apache-2.0" [dependencies] prettydiff = "0.3.1" -anyhow = "1.0.34" +anyhow = "1.0.66" regex = "1.4.2" diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } diff --git a/language/move-vm/integration-tests/Cargo.toml b/language/move-vm/integration-tests/Cargo.toml index acec7303ccdb..3bacce74a5ee 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.34" +anyhow = "1.0.66" tempfile = "3.1.0" diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } diff --git a/language/move-vm/runtime/Cargo.toml b/language/move-vm/runtime/Cargo.toml index 8e8c2fa53878..428cdb92f2a8 100644 --- a/language/move-vm/runtime/Cargo.toml +++ b/language/move-vm/runtime/Cargo.toml @@ -27,7 +27,7 @@ move-vm-types = { path = "../types", version = "0.1.0" } vm = { path = "../../vm", version = "0.1.0" } [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" hex = "0.4.2" proptest = "0.10.1" diff --git a/language/move-vm/test-utils/Cargo.toml b/language/move-vm/test-utils/Cargo.toml index 06e517dbddde..7af1292d32b3 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.34" +anyhow = "1.0.66" diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } move-vm-runtime = { path = "../runtime", version = "0.1.0" } diff --git a/language/stdlib/Cargo.toml b/language/stdlib/Cargo.toml index c9af2e9e6275..933233bad9cc 100644 --- a/language/stdlib/Cargo.toml +++ b/language/stdlib/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytecode-verifier = { path = "../bytecode-verifier", version = "0.1.0" } move-lang = { path = "../move-lang" } move-prover = { path = "../move-prover" } diff --git a/language/stdlib/compiled/Cargo.toml b/language/stdlib/compiled/Cargo.toml index 568c7981e241..7351e29bcbaa 100644 --- a/language/stdlib/compiled/Cargo.toml +++ b/language/stdlib/compiled/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytecode-verifier = { path = "../../bytecode-verifier", version = "0.1.0" } diem-crypto = { path = "../../../crypto/crypto", version = "0.1.0" } diem-types = { path = "../../../types", version = "0.1.0" } diff --git a/language/testing-infra/e2e-tests/Cargo.toml b/language/testing-infra/e2e-tests/Cargo.toml index 3989922df53d..44e799a0cbe0 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.34" +anyhow = "1.0.66" goldenfile = "1.1.0" bcs = "0.1.1" compiler = { path = "../../compiler", version = "0.1.0" } diff --git a/language/testing-infra/functional-tests/Cargo.toml b/language/testing-infra/functional-tests/Cargo.toml index e65c1cb0f57f..94335394b311 100644 --- a/language/testing-infra/functional-tests/Cargo.toml +++ b/language/testing-infra/functional-tests/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" hex = "0.4.2" diem-state-view = { path = "../../../storage/state-view", version = "0.1.0" } diem-types = { path = "../../../types", version = "0.1.0" } diff --git a/language/tools/disassembler/Cargo.toml b/language/tools/disassembler/Cargo.toml index 3da2bff0b00f..3d97a1a2634f 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.34" +anyhow = "1.0.66" colored = "2.0.0" bytecode-verifier = { path = "../../bytecode-verifier", version = "0.1.0" } diff --git a/language/tools/move-cli/Cargo.toml b/language/tools/move-cli/Cargo.toml index 3dc83c476619..54a746169406 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.34" +anyhow = "1.0.66" difference = "2.0.0" include_dir = { version = "0.6.0", features = ["search"] } once_cell = "1.4.1" diff --git a/language/tools/move-coverage/Cargo.toml b/language/tools/move-coverage/Cargo.toml index cd3014b29f5b..d22e79ca4591 100644 --- a/language/tools/move-coverage/Cargo.toml +++ b/language/tools/move-coverage/Cargo.toml @@ -14,7 +14,7 @@ once_cell = "1.4.1" petgraph = "0.5.1" structopt = "0.3.21" serde = { version = "1.0.117", default-features = false } -anyhow = "1.0.34" +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 94ec4cb6419f..b287e2c95e42 100644 --- a/language/tools/resource-viewer/Cargo.toml +++ b/language/tools/resource-viewer/Cargo.toml @@ -22,6 +22,6 @@ vm = { path = "../../vm", version = "0.1.0" } serde_json = "1.0.60" serde = { version = "1.0.117", features = ["derive", "rc"] } -anyhow = "1.0.34" +anyhow = "1.0.66" once_cell = "1.4.1" hex = "0.4.2" diff --git a/language/tools/vm-genesis/Cargo.toml b/language/tools/vm-genesis/Cargo.toml index 2987b667d89c..69a32eb77e9f 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.34" +anyhow = "1.0.66" once_cell = "1.4.1" rand = "0.7.3" diff --git a/language/transaction-builder/generator/Cargo.toml b/language/transaction-builder/generator/Cargo.toml index 79e3f3e2db39..82eeb1238a4a 100644 --- a/language/transaction-builder/generator/Cargo.toml +++ b/language/transaction-builder/generator/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" heck = "0.3.1" regex = "1.4.2" structopt = "0.3.21" diff --git a/language/vm/Cargo.toml b/language/vm/Cargo.toml index bb2a00eaa561..90eda16555a1 100644 --- a/language/vm/Cargo.toml +++ b/language/vm/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" once_cell = "1.4.1" mirai-annotations = "1.10.1" proptest = { version = "0.10.1", optional = true } diff --git a/mempool/Cargo.toml b/mempool/Cargo.toml index b5576b216bcb..9bc0295497c6 100644 --- a/mempool/Cargo.toml +++ b/mempool/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" fail = "0.4.0" futures = "0.3.8" itertools = "0.9.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 1e8922225ce8..a26e9e0f9b2d 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytes = { version = "0.5.6", features = ["serde"] } futures = "0.3.8" futures-util = "0.3.8" diff --git a/network/network-address/Cargo.toml b/network/network-address/Cargo.toml index 68b1f9e4a64a..83fc7deae2e3 100644 --- a/network/network-address/Cargo.toml +++ b/network/network-address/Cargo.toml @@ -24,7 +24,7 @@ diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" move-core-types = { path = "../../language/move-core/types", version = "0.1.0" } [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" proptest = "0.10.1" proptest-derive = "0.2.0" diff --git a/network/simple-onchain-discovery/Cargo.toml b/network/simple-onchain-discovery/Cargo.toml index ab7fc52e56c8..127610bd93fd 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.34" +anyhow = "1.0.66" futures = "0.3.8" once_cell = "1.4.1" tokio = { version = "0.2.22", features = ["full"] } diff --git a/secure/json-rpc/Cargo.toml b/secure/json-rpc/Cargo.toml index 5ea261ac8259..96bdffa4365b 100644 --- a/secure/json-rpc/Cargo.toml +++ b/secure/json-rpc/Cargo.toml @@ -24,7 +24,7 @@ diem-types = { path = "../../types", version = "0.1.0" } diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" } [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" futures = "0.3.8" proptest = "0.10.1" tokio = { version = "0.2.22", features = ["full"] } diff --git a/secure/key-manager/Cargo.toml b/secure/key-manager/Cargo.toml index 5c6ca03a0f89..21ec7c1705d2 100644 --- a/secure/key-manager/Cargo.toml +++ b/secure/key-manager/Cargo.toml @@ -29,7 +29,7 @@ diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" transaction-builder-generated = { path = "../../client/transaction-builder", version = "0.1.0" } [dev-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" futures = "0.3.8" rand = "0.7.3" tokio = { version = "0.2.22", features = ["full"] } diff --git a/state-synchronizer/Cargo.toml b/state-synchronizer/Cargo.toml index 4d312257427d..c6555d6231ae 100644 --- a/state-synchronizer/Cargo.toml +++ b/state-synchronizer/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" fail = "0.4.0" futures = "0.3.8" serde = { version = "1.0.117", default-features = false } diff --git a/storage/accumulator/Cargo.toml b/storage/accumulator/Cargo.toml index a1538cfc2446..ca553abaeb26 100644 --- a/storage/accumulator/Cargo.toml +++ b/storage/accumulator/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" diem-crypto = { path = "../../crypto/crypto", version = "0.1.0" } mirai-annotations = "1.10.1" diem-types = { path = "../../types", version = "0.1.0" } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index 0881f975ca99..ac225a468dbd 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.34" +anyhow = "1.0.66" async-trait = "0.1.42" byteorder = "1.3.4" bytes = "0.5.6" diff --git a/storage/backup/backup-service/Cargo.toml b/storage/backup/backup-service/Cargo.toml index 0ef45910d40d..ebb848fa3982 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.34" +anyhow = "1.0.66" bytes = "0.5.6" futures = "0.3.8" hyper = "0.13.9" diff --git a/storage/diemdb/Cargo.toml b/storage/diemdb/Cargo.toml index 55c9b2e560e1..b7af3a508750 100644 --- a/storage/diemdb/Cargo.toml +++ b/storage/diemdb/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" arc-swap = "1.0.0" byteorder = "1.3.4" itertools = "0.9.0" diff --git a/storage/diemsum/Cargo.toml b/storage/diemsum/Cargo.toml index edfb057311d2..9e651634eeb3 100644 --- a/storage/diemsum/Cargo.toml +++ b/storage/diemsum/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" structopt = "0.3.21" serde = "1.0.117" serde_json = "1.0.60" diff --git a/storage/inspector/Cargo.toml b/storage/inspector/Cargo.toml index aad6319876d1..cbd97cc05d28 100644 --- a/storage/inspector/Cargo.toml +++ b/storage/inspector/Cargo.toml @@ -9,7 +9,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" structopt = "0.3.21" tempfile = "3.1.0" diff --git a/storage/jellyfish-merkle/Cargo.toml b/storage/jellyfish-merkle/Cargo.toml index 869ed3627ef3..0e5529826a88 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.34" +anyhow = "1.0.66" byteorder = "1.3.4" mirai-annotations = "1.10.1" num-derive = "0.3.3" diff --git a/storage/schemadb/Cargo.toml b/storage/schemadb/Cargo.toml index 30b98d3f70bc..248cd2226573 100644 --- a/storage/schemadb/Cargo.toml +++ b/storage/schemadb/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" once_cell = "1.4.1" diem-config = { path = "../../config", version = "0.1.0" } diem-metrics = { path = "../../common/metrics", version = "0.1.0" } diff --git a/storage/state-view/Cargo.toml b/storage/state-view/Cargo.toml index 7bdd8ea48df4..42b01498cdac 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.34" +anyhow = "1.0.66" diem-crypto = { path = "../../crypto/crypto", version = "0.1.0" } diem-types = { path = "../../types", version = "0.1.0" } diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" } diff --git a/storage/storage-client/Cargo.toml b/storage/storage-client/Cargo.toml index 42c300601eb7..b83d15855156 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.34" +anyhow = "1.0.66" serde = "1.0.117" bcs = "0.1.1" diff --git a/storage/storage-interface/Cargo.toml b/storage/storage-interface/Cargo.toml index dac0120abf97..584554d9ce5c 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.34" +anyhow = "1.0.66" itertools = "0.9.0" serde = { version = "1.0.117", default-features = false } thiserror = "1.0.22" diff --git a/storage/storage-service/Cargo.toml b/storage/storage-service/Cargo.toml index 6e3fed197739..3d131d7638a7 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.34" +anyhow = "1.0.66" tokio = { version = "0.2.22", features = ["full"] } futures = "0.3.8" diff --git a/testsuite/cli/Cargo.toml b/testsuite/cli/Cargo.toml index a014b50148ec..58361ac2a5b4 100644 --- a/testsuite/cli/Cargo.toml +++ b/testsuite/cli/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" chrono = "0.4.19" hex = "0.4.2" proptest = { version = "0.10.1", optional = true } diff --git a/testsuite/cli/diem-wallet/Cargo.toml b/testsuite/cli/diem-wallet/Cargo.toml index ef98b414aefa..7894d4f608dc 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.34" +anyhow = "1.0.66" rand = "0.7.3" hex = "0.4.2" hmac = "0.10.1" diff --git a/testsuite/cluster-test/Cargo.toml b/testsuite/cluster-test/Cargo.toml index 342510e5a2f9..3a4a60c6f668 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.34" +anyhow = "1.0.66" flate2 = { version = "1.0.19", features = ["rust_backend"], default-features = false } hex = "0.4.2" itertools = "0.9.0" diff --git a/testsuite/diem-fuzzer/Cargo.toml b/testsuite/diem-fuzzer/Cargo.toml index 56c672450f07..0fe1c47ce9c5 100644 --- a/testsuite/diem-fuzzer/Cargo.toml +++ b/testsuite/diem-fuzzer/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" # common dependencies [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" byteorder = { version = "1.3.4", default-features = false } hex = "0.4.2" once_cell = "1.4.1" diff --git a/testsuite/diem-swarm/Cargo.toml b/testsuite/diem-swarm/Cargo.toml index 3328fbac6087..4152c1da10ec 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.34" +anyhow = "1.0.66" ctrlc = { version = "3.1.7", default-features = false } reqwest = { version = "0.10.9", features = ["blocking"], default-features = false } structopt = "0.3.21" diff --git a/testsuite/smoke-test/Cargo.toml b/testsuite/smoke-test/Cargo.toml index 23467d3ef7ab..caeb48ae2b88 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.34" +anyhow = "1.0.66" hex = "0.4.2" once_cell = "1.4.1" num = "0.3.0" diff --git a/types/Cargo.toml b/types/Cargo.toml index adb6d192ea3c..aa2a26028c15 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" bytes = "0.5.6" chrono = { version = "0.4.19", default-features = false, features = ["clock"] } hex = "0.4.2" diff --git a/vm-validator/Cargo.toml b/vm-validator/Cargo.toml index ab3d037e296e..88bd8022233c 100644 --- a/vm-validator/Cargo.toml +++ b/vm-validator/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.66" fail = "0.4.0" scratchpad = { path = "../storage/scratchpad", version = "0.1.0" } diem-state-view = { path = "../storage/state-view", version = "0.1.0" }