Bump anyhow from 1.0.57 to 1.0.58
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58 ) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:dependabot[bot] <support@github.com>
... | ... | @@ -25,7 +25,7 @@ include = [ |
[dependencies] | ||
env_logger = "0.9.0" | ||
anyhow = "1.0.57" | ||
anyhow = "1.0.58" | ||
clap = { version = "3.2.5", features = ["derive", "env"] } | ||
log = "0.4.17" | ||
heck = "0.4.0" | ||
... | ... | @@ -58,7 +58,7 @@ hex = "0.4.3" |
jsonrpsee = { version = "0.14.0", features = ["ws-client"] } | ||
[build-dependencies] | ||
anyhow = "1.0.57" | ||
anyhow = "1.0.58" | ||
zip = { version = "0.6.2", default-features = false } | ||
walkdir = "2.3.2" | ||
substrate-build-script-utils = "3.0.0" | ||
... | ... |
Please register or sign in to comment