Skip to content

Commit

Permalink
Update Rust crate bytes to v1.5.0 (#361)
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 |
|---|---|---|---|
| [bytes](https://togithub.com/tokio-rs/bytes) | dependencies | minor |
`1.4` -> `1.5` |

---

### Release Notes

<details>
<summary>tokio-rs/bytes (bytes)</summary>

###
[`v1.5.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#150-September-7-2023)

[Compare
Source](https://togithub.com/tokio-rs/bytes/compare/v1.4.0...v1.5.0)

##### Added

- Add `UninitSlice::{new,init}`
([#&#8203;598](https://togithub.com/tokio-rs/bytes/issues/598),
[#&#8203;599](https://togithub.com/tokio-rs/bytes/issues/599))
- Implement `BufMut` for `&mut [MaybeUninit<u8>]`
([#&#8203;597](https://togithub.com/tokio-rs/bytes/issues/597))

##### Changed

- Mark `BytesMut::extend_from_slice` as inline
([#&#8203;595](https://togithub.com/tokio-rs/bytes/issues/595))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 4dbe2b5 commit 0515fa3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["benchmark", "ethereum", "smart-contracts", "ethereum-contract", "be


[dependencies]
bytes = "1.4.0"
bytes = "1.5.0"
chrono = "0.4.29"
clap = { version = "4.4.2", features = ["derive"] }
env_logger = "0.10.0"
Expand Down
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
akula = { git = "https://github.com/akula-bft/akula" }
bytes = "1.4.0"
bytes = "1.5.0"
clap = "4.4.2"
hex = "0.4.3"

Expand Down
2 changes: 1 addition & 1 deletion runners/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
bytes = "1.4"
bytes = "1.5"
clap = { version = "4.4.2", features = ["derive"] }
hex = "0.4"
primitive-types = { version = "0.11", features = ["rlp"] }
Expand Down

0 comments on commit 0515fa3

Please sign in to comment.