Skip to content

Commit aefb7ea

Browse files
Merge #451
451: fix(deps): update rust crate bytes to 1.4.0 r=renovate[bot] a=renovate[bot] [![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.3.0` -> `1.4.0` | --- ### Release Notes <details> <summary>tokio-rs/bytes</summary> ### [`v1.4.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#&#8203;140-January-31-2023) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.3.0...v1.4.0) ##### Added - Make `IntoIter` constructor public ([#&#8203;581](https://togithub.com/tokio-rs/bytes/issues/581)) ##### Fixed - Avoid large reallocations when freezing `BytesMut` ([#&#8203;592](https://togithub.com/tokio-rs/bytes/issues/592)) ##### Documented - Document which functions require `std` ([#&#8203;591](https://togithub.com/tokio-rs/bytes/issues/591)) - Fix duplicate "the the" typos ([#&#8203;585](https://togithub.com/tokio-rs/bytes/issues/585)) </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/OpenPoolProject/stratum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 0220c46 + c0ab6aa commit aefb7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tracing = "0.1.37"
4343

4444
# Primitives
4545
uuid = { version = "1.2.2", features = ["serde", "v4"] }
46-
bytes = "1.3.0"
46+
bytes = "1.4.0"
4747

4848
# Utils
4949
thiserror = "1.0.38"

0 commit comments

Comments
 (0)