Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 17, 2023
1 parent 80119aa commit d1efce8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.

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.73"
anyhow = "1.0.75"
blake2 = "0.10.6"
cargo_metadata = "0.17.0"
colored = "2.0.4"
Expand Down Expand Up @@ -50,7 +50,7 @@ contract-metadata = { version = "4.0.0-alpha", path = "../metadata" }
users = "0.11"

[build-dependencies]
anyhow = "1.0.73"
anyhow = "1.0.75"
walkdir = "2.3.3"
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 @@ -22,7 +22,7 @@ contract-build = { version = "4.0.0-alpha", path = "../build" }
contract-extrinsics = { version = "4.0.0-alpha", path = "../extrinsics" }
contract-transcode = { version = "4.0.0-alpha", path = "../transcode" }

anyhow = "1.0.73"
anyhow = "1.0.75"
clap = { version = "4.3.21", features = ["derive", "env"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand All @@ -38,7 +38,7 @@ subxt = "0.31.0"
hex = "0.4.3"

[build-dependencies]
anyhow = "1.0.73"
anyhow = "1.0.75"
substrate-build-script-utils = "6.0.0"
current_platform = "0.2.0"
which = "4.4.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-alpha", path = "../build" }
contract-metadata = { version = "4.0.0-alpha", path = "../metadata" }
contract-transcode = { version = "4.0.0-alpha", path = "../transcode" }

anyhow = "1.0.73"
anyhow = "1.0.75"
clap = { version = "4.3.21", features = ["derive", "env"] }
tracing = "0.1.37"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
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.18", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.105"
url = { version = "2.4.0", features = ["serde"] }
anyhow = "1.0.73"
anyhow = "1.0.75"

[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.73"
anyhow = "1.0.75"
base58 = { version = "0.2.0" }
blake2 = { version = "0.10.4", default-features = false }
contract-metadata = { version = "4.0.0-alpha", path = "../metadata" }
Expand Down

0 comments on commit d1efce8

Please sign in to comment.