Skip to content

Commit

Permalink
Bump clap from 4.3.17 to 4.3.19
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.17 to 4.3.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.17...v4.3.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent 96092f5 commit 1179db2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.72"
blake2 = "0.10.6"
cargo_metadata = "0.17.0"
colored = "2.0.4"
clap = { version = "4.3.17", features = ["derive", "env"] }
clap = { version = "4.3.19", features = ["derive", "env"] }
duct = "0.13.6"
heck = "0.4.0"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract-extrinsics = { version = "3.0.1", path = "../extrinsics" }
contract-transcode = { version = "3.0.1", path = "../transcode" }

anyhow = "1.0.72"
clap = { version = "4.3.17", features = ["derive", "env"] }
clap = { version = "4.3.19", features = ["derive", "env"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
which = "4.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract-metadata = { version = "3.0.1", path = "../metadata" }
contract-transcode = { version = "3.0.1", path = "../transcode" }

anyhow = "1.0.72"
clap = { version = "4.3.17", features = ["derive", "env"] }
clap = { version = "4.3.19", features = ["derive", "env"] }
tracing = "0.1.37"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
colored = "2.0.4"
Expand Down

0 comments on commit 1179db2

Please sign in to comment.