Skip to content

Commit

Permalink
Bump anyhow from 1.0.80 to 1.0.81 (#1535)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.80...1.0.81)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent ac257d1 commit f87a257
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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 crates/analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
[dependencies]
contract-metadata = { version = "4.0.0", path = "../metadata" }
parity-wasm = { version = "0.45.0" }
anyhow = "1.0.80"
anyhow = "1.0.81"

[dev-dependencies]
wabt = "0.10.0"
4 changes: 2 additions & 2 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem

[dependencies]
regex = "1"
anyhow = "1.0.80"
anyhow = "1.0.81"
blake2 = "0.10.6"
cargo_metadata = "0.18.1"
colored = "2.1.0"
Expand Down Expand Up @@ -50,7 +50,7 @@ contract-metadata = { version = "4.0.0", path = "../metadata" }
uzers = "0.11"

[build-dependencies]
anyhow = "1.0.80"
anyhow = "1.0.81"
walkdir = "2.5.0"
zip = { version = "0.6.6", default-features = false }

Expand Down
4 changes: 2 additions & 2 deletions crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract-transcode = { version = "4.0.0", path = "../transcode" }
contract-metadata = { version = "4.0.0", path = "../metadata" }
contract-analyze = { version = "4.0.0", path = "../analyze" }

anyhow = "1.0.80"
anyhow = "1.0.81"
clap = { version = "4.5.2", features = ["derive", "env"] }
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "serde"] }
tracing = "0.1.40"
Expand All @@ -50,7 +50,7 @@ hex = "0.4.3"
subxt-signer = { version = "0.34.0", features = ["subxt", "sr25519"] }

[build-dependencies]
anyhow = "1.0.80"
anyhow = "1.0.81"
substrate-build-script-utils = "11.0.0"
current_platform = "0.2.0"
which = "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract-build = { version = "4.0.0", path = "../build" }
contract-metadata = { version = "4.0.0", path = "../metadata" }
contract-transcode = { version = "4.0.0", path = "../transcode" }

anyhow = "1.0.80"
anyhow = "1.0.81"
blake2 = { version = "0.10.6", default-features = false }
clap = { version = "4.5.2", features = ["derive", "env"] }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.114"
url = { version = "2.5.0", features = ["serde"] }
anyhow = "1.0.80"
anyhow = "1.0.81"

[dev-dependencies]
pretty_assertions = "1.4.0"
2 changes: 1 addition & 1 deletion crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
path = "src/lib.rs"

[dependencies]
anyhow = "1.0.80"
anyhow = "1.0.81"
base58 = { version = "0.2.0" }
blake2 = { version = "0.10.6", default-features = false }
contract-metadata = { version = "4.0.0", path = "../metadata" }
Expand Down

0 comments on commit f87a257

Please sign in to comment.