Skip to content

Commit

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

---
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 Oct 21, 2022
1 parent 56168af commit 270a0a4
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 crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = [
]

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
clap = { version = "4.0.18", features = ["derive", "env"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
Expand Down Expand Up @@ -51,7 +51,7 @@ hex = "0.4.3"
jsonrpsee = { version = "0.15.1", features = ["ws-client"] }

[build-dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
dirs = "4.0.0"
zip = { version = "0.6.3", default-features = false }
walkdir = "2.3.2"
Expand Down
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.65"
anyhow = "1.0.66"
contract-metadata = { version = "2.0.0-alpha.4", path = "../metadata" }
env_logger = "0.9.1"
escape8259 = "0.5.2"
Expand Down

0 comments on commit 270a0a4

Please sign in to comment.