Skip to content

Commit 8432117

Browse files
Update Rust crate clap to 4.0.32 (#122)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.0.30` -> `4.0.32` | --- ### Release Notes <details> <summary>clap-rs/clap</summary> ### [`v4.0.32`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4032---2022-12-22) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.31...v4.0.32) ##### Fixes - *(parser)* When overriding `required(true)`, consider args that conflict with its group ### [`v4.0.31`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4031---2022-12-22) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.30...v4.0.31) ##### Performance - Speed up parsing when a lot of different flags are present (100 unique flags) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/evm-bench). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b208b4 commit 8432117

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["benchmark", "ethereum", "smart-contracts", "ethereum-contract", "be
1414
[dependencies]
1515
bytes = "1.3.0"
1616
chrono = "0.4.23"
17-
clap = { version = "4.0.30", features = ["derive"] }
17+
clap = { version = "4.0.32", features = ["derive"] }
1818
env_logger = "0.10.0"
1919
glob = "0.3.0"
2020
hex = "0.4.3"

runners/akula/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runners/akula/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
akula = { git = "https://github.com/akula-bft/akula" }
88
bytes = "1.3.0"
9-
clap = "4.0.30"
9+
clap = "4.0.32"
1010
hex = "0.4.3"
1111

1212
[target.'cfg(target_os = "linux")'.dependencies]

runners/revm/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runners/revm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
bytes = "1.3"
8-
clap = { version = "4.0.30", features = ["derive"] }
8+
clap = { version = "4.0.32", features = ["derive"] }
99
hex = "0.4"
1010
primitive-types = { version = "0.11", features = ["rlp"] }
1111
revm = { git = "https://github.com/bluealloy/revm" }

0 commit comments

Comments
 (0)