Skip to content

Commit

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

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 Jan 11, 2021
1 parent bf577d4 commit 6c4f489
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.8.2"
anyhow = "1.0.37"
anyhow = "1.0.38"
structopt = "0.3.20"
log = "0.4.11"
heck = "0.3.2"
Expand Down Expand Up @@ -50,7 +50,7 @@ futures = { version = "0.3.9", optional = true }
hex = { version = "0.4.2", optional = true }

[build-dependencies]
anyhow = "1.0.37"
anyhow = "1.0.38"
zip = { version = "0.5.8", default-features = false }
walkdir = "2.3.1"

Expand Down

0 comments on commit 6c4f489

Please sign in to comment.