Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2022
1 parent 35010a9 commit af19441
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = [

[dependencies]
env_logger = "0.9.0"
anyhow = "1.0.60"
anyhow = "1.0.61"
clap = { version = "3.2.16", features = ["derive", "env"] }
log = "0.4.17"
heck = "0.4.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ hex = "0.4.3"
jsonrpsee = { version = "0.15.1", features = ["ws-client"] }

[build-dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"
zip = { version = "0.6.2", default-features = false }
walkdir = "2.3.2"
substrate-build-script-utils = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.60"
anyhow = "1.0.61"
contract-metadata = { version = "1", path = "../metadata" }
env_logger = "0.9.0"
escape8259 = "0.5.1"
Expand Down

0 comments on commit af19441

Please sign in to comment.