Skip to content

Commit

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

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

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 Nov 29, 2021
1 parent 7c0cf09 commit d4a1181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -20,7 +20,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem

[dependencies]
env_logger = "0.9.0"
anyhow = "1.0.48"
anyhow = "1.0.50"
structopt = "0.3.25"
log = "0.4.14"
heck = "0.3.3"
Expand Down Expand Up @@ -53,7 +53,7 @@ hex = { version = "0.4.3", optional = true }
funty = "=1.1.0"

[build-dependencies]
anyhow = "1.0.48"
anyhow = "1.0.50"
zip = { version = "0.5.13", default-features = false }
walkdir = "2.3.2"
substrate-build-script-utils = "3.0.0"
Expand Down

0 comments on commit d4a1181

Please sign in to comment.