Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.3 (#438)
Browse files Browse the repository at this point in the history
[![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 | minor |
`4.4.18` -> `4.5.3` |

---

### Release Notes

<details>
<summary>clap-rs/clap (clap)</summary>

###
[`v4.5.3`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#453---2024-03-15)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.2...v4.5.3)

##### Internal

-   *(derive)* Update `heck`

###
[`v4.5.2`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#452---2024-03-06)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.1...v4.5.2)

##### Fixes

-   *(macros)* Silence a warning

###
[`v4.5.1`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#451---2024-02-16)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.0...v4.5.1)

##### Fixes

- *(error)* Include suggestion to add `--` even if there is a "did you
mean" so long as `last` or `trailing_var_arg` is used

###
[`v4.5.0`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#450---2024-02-08)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.4.18...v4.5.0)

##### Compatibility

-   Update MSRV to 1.74

</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://developer.mend.io/github/ziyadedher/evm-bench).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 6c1dd8b commit cf3a612
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 42 deletions.
30 changes: 18 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["benchmark", "ethereum", "smart-contracts", "ethereum-contract", "be
[dependencies]
bytes = "1.5.0"
chrono = "0.4.35"
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
env_logger = "0.11.3"
glob = "0.3.1"
hex = "0.4.3"
Expand Down
42 changes: 27 additions & 15 deletions runners/akula/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 runners/akula/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
akula = { git = "https://github.com/akula-bft/akula" }
bytes = "1.5.0"
clap = "4.4.18"
clap = "4.5.3"
hex = "0.4.3"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
24 changes: 12 additions & 12 deletions runners/revm/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 runners/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
bytes = "1.5"
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
hex = "0.4"
primitive-types = { version = "0.11", features = ["rlp"] }
# from branch primitives
Expand Down

0 comments on commit cf3a612

Please sign in to comment.