Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent 2561f61 commit ab4cb66
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-rc.2", path = "../metadata" }
parity-wasm = { version = "0.45.0" }
anyhow = "1.0.79"
anyhow = "1.0.80"

[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.79"
anyhow = "1.0.80"
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-rc.2", path = "../metadata" }
uzers = "0.11"

[build-dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
walkdir = "2.4.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-rc.2", path = "../transcode" }
contract-metadata = { version = "4.0.0-rc.2", path = "../metadata" }
contract-analyze = { version = "4.0.0-rc.2", path = "../analyze" }

anyhow = "1.0.79"
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive", "env"] }
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "serde"] }
tracing = "0.1.40"
Expand All @@ -49,7 +49,7 @@ sp-weights = "27.0.0"
hex = "0.4.3"

[build-dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
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-rc.2", path = "../build" }
contract-metadata = { version = "4.0.0-rc.2", path = "../metadata" }
contract-transcode = { version = "4.0.0-rc.2", path = "../transcode" }

anyhow = "1.0.79"
anyhow = "1.0.80"
blake2 = { version = "0.10.6", default-features = false }
clap = { version = "4.5.1", 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.21", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
url = { version = "2.5.0", features = ["serde"] }
anyhow = "1.0.79"
anyhow = "1.0.80"

[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.79"
anyhow = "1.0.80"
base58 = { version = "0.2.0" }
blake2 = { version = "0.10.6", default-features = false }
contract-metadata = { version = "4.0.0-rc.2", path = "../metadata" }
Expand Down

0 comments on commit ab4cb66

Please sign in to comment.