Skip to content

Commit

Permalink
[dependency] upgrading anyhow -> 1.0.52
Browse files Browse the repository at this point in the history
to overcome:

error[E0554]: `#![feature]` may not be used on the stable release channel

Closes: aptos-labs#10114
  • Loading branch information
msmouse authored and bors-libra committed Jan 5, 2022
1 parent a290b08 commit 0fa566c
Show file tree
Hide file tree
Showing 117 changed files with 120 additions and 120 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
bytes = "1.0.1"
fail = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion api/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
hex = "0.4.3"
serde = { version = "1.0.124", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion config/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
hex = "0.4.3"
serde = { version = "1.0.124", features = ["rc"], default-features = false }
serde_yaml = "0.8.17"
Expand Down
2 changes: 1 addition & 1 deletion config/management/genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
rand = "0.8.3"
serde = { version = "1.0.124", features = ["rc"], default-features = false }
structopt = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion config/management/operational/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
base64 = "0.13.0"
futures = "0.3.12"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion config/seed-peer-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
hex = "0.4.3"
rand = "0.8.3"
serde_yaml = "0.8.17"
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
async-trait = "0.1.42"
byteorder = { version = "1.4.3", default-features = false }
bytes = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion consensus/consensus-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
itertools = "0.10.0"
mirai-annotations = { version = "1.10.1", default-features = false }
proptest = { version = "1.0.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
futures = "0.3.12"
diem-metrics = { path = "../../crates/diem-metrics" }
diem-infallible = { path = "../../crates/diem-infallible" }
Expand Down
2 changes: 1 addition & 1 deletion crates/debug-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bytes = "1.0.1"
reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false }
serde = { version = "1.0.124", features = ["derive"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-assets-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
serde = { version = "1.0.124", default-features = false }
serde_json = "1.0.64"
structopt = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async = ["reqwest", "tokio"]
faucet = ["reqwest", "reqwest/blocking", "blocking"]

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
hex = "0.4.3"
serde = { version = "1.0.124", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-crypto-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ proc-macro2 = "1.0.24"
diem-workspace-hack = { version = "0.1", path = "../diem-workspace-hack" }

[dev-dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
2 changes: 1 addition & 1 deletion crates/diem-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = ["crates-io"]
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bytes = "1.0.1"
curve25519-dalek = { version = "0.1.0", package = "curve25519-dalek-fiat", default-features = false, features = ["std"] }
digest = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-documentation-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
serde_yaml = "0.8.17"
serde-reflection = "0.3.5"
serde-generate = "0.20.6"
anyhow = "1.0.38"
anyhow = "1.0.52"
regex = "1.4.3"
structopt = "0.3.21"
once_cell = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
hex = "0.4.3"
rand = "0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
futures = "0.3.12"
hyper = { version = "0.14.4", features = ["full"] }
once_cell = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-rest-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["dpn"]
dpn = []

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
hex = "0.4.3"
reqwest = { version = "0.11.2", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
rand = "0.8.3"
hex = "0.4.3"
hmac = "0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/diem-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
### BEGIN HAKARI SECTION
[dependencies]
Inflector = { version = "0.11.4", features = ["heavyweight", "lazy_static", "regex"] }
anyhow = { version = "1.0.40", features = ["backtrace", "std"] }
anyhow = { version = "1.0.52", features = ["backtrace", "std"] }
arrayvec = { version = "0.5.2", features = ["array-sizes-33-128", "std"] }
backtrace = { version = "0.3.56", features = ["addr2line", "gimli-symbolize", "miniz_oxide", "object", "serde", "std"] }
bitvec = { version = "0.19.5", features = ["alloc", "atomic", "std"] }
Expand Down Expand Up @@ -67,7 +67,7 @@ warp = { version = "0.3.0", features = ["multipart", "tls", "tokio-rustls", "tok

[build-dependencies]
Inflector = { version = "0.11.4", features = ["heavyweight", "lazy_static", "regex"] }
anyhow = { version = "1.0.40", features = ["backtrace", "std"] }
anyhow = { version = "1.0.52", features = ["backtrace", "std"] }
arrayvec = { version = "0.5.2", features = ["array-sizes-33-128", "std"] }
backtrace = { version = "0.3.56", features = ["addr2line", "gimli-symbolize", "miniz_oxide", "object", "serde", "std"] }
bitvec = { version = "0.19.5", features = ["alloc", "atomic", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/transaction-emitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
anyhow = { version = "1.0.52", features = ["backtrace"] }
futures = "0.3.12"
generate-key = { path = "../../config/generate-key" }
itertools = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ determinator = "0.7.0"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
structopt = "0.3.21"
anyhow = "1.0.38"
anyhow = "1.0.52"
colored-diff = "0.2.2"
guppy = { version = "0.12.3", features = ["summaries"] }
hakari = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/df-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
structopt = "0.3.21"

Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-events-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.52"
hex = "0.4.3"
reqwest = { version = "0.11.2", features = ["blocking", "json"] }
structopt = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ move-package = { path = "../../language/tools/move-package" }
move-bytecode-utils = { path = "../../language/tools/move-bytecode-utils" }

bcs = "0.1.2"
anyhow = "1.0.38"
anyhow = "1.0.52"
clap = "2.33.3"
log = "0.4.14"
rayon = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-framework/DPN/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diem-workspace-hack = { path = "../../../../crates/diem-workspace-hack" }
move-binary-format = { path = "../../../../language/move-binary-format" }
framework-releases = { path = "../../releases" }

anyhow = "1.0.38"
anyhow = "1.0.52"
include_dir = "0.6.0"
bcs = "0.1.2"
once_cell = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-framework/experimental/demo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ diem-workspace-hack = { path = "../../../../crates/diem-workspace-hack" }
generate-key = { path = "../../../../config/generate-key" }
move-core-types = { path = "../../../../language/move-core/types" }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
log = "0.4.14"
rand = "0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-framework/experimental/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diem-workspace-hack = { path = "../../../../crates/diem-workspace-hack" }
move-binary-format = { path = "../../../../language/move-binary-format" }
framework-releases = { path = "../../releases" }

anyhow = "1.0.38"
anyhow = "1.0.52"
include_dir = "0.6.0"
bcs = "0.1.2"
once_cell = "1.7.2"
2 changes: 1 addition & 1 deletion diem-move/diem-framework/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ move-command-line-common = { path = "../../../language/move-command-line-common"
move-package = { path = "../../../language/tools/move-package" }

bcs = "0.1.2"
anyhow = "1.0.38"
anyhow = "1.0.52"
clap = "2.33.3"
log = "0.4.14"
rayon = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ diem-types = { path = "../../types" }
move-core-types = { path = "../../language/move-core/types" }
move-binary-format = { path = "../../language/move-binary-format" }

anyhow = "1.0.38"
anyhow = "1.0.52"
2 changes: 1 addition & 1 deletion diem-move/diem-transactional-test-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
either = "1.6.1"
once_cell = "1.7.2"
anyhow = "1.0.38"
anyhow = "1.0.52"
structopt = "0.3.21"
bcs = "0.1.2"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-validator-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
diem-config = { path = "../../config" }
diem-client = { path = "../../crates/diem-client" }
diem-types = { path = "../../types" }
Expand Down
2 changes: 1 addition & 1 deletion diem-move/diem-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
fail = "0.4.0"
once_cell = "1.7.2"
rayon = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/e2e-tests-replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
publish = false

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
bcs = "0.1.2"
structopt = "0.3.21"
walkdir = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
goldenfile = "1.1.0"
bcs = "0.1.2"
once_cell = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/parallel-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
mvhashmap = { path = "../mvhashmap" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }

anyhow = "1.0.38"
anyhow = "1.0.52"
crossbeam-queue = "0.3.1"
rayon = "1.5.0"
num_cpus = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/transaction-builder-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
heck = "0.3.2"
regex = "1.4.3"
structopt = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion diem-move/transaction-replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
structopt = "0.3.21"
hex = "0.4.3"
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion diem-move/vm-genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
once_cell = "1.7.2"
rand = "0.8.3"

Expand Down
2 changes: 1 addition & 1 deletion diem-move/writeset-transaction-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.52"
structopt = "0.3.21"
tempfile = "3.2.0"
handlebars = "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion execution/db-bootstrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
edition = "2018"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.52"
structopt = "0.3.21"

executor = { path = "../executor" }
Expand Down
Loading

0 comments on commit 0fa566c

Please sign in to comment.