This repository was archived by the owner on May 12, 2026. It is now read-only.
fix(deps): update rust crate bytes to 0.6 - abandoned - #39
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/bytes-0.x
branch
2 times, most recently
from
May 14, 2021 18:32
78fcea6 to
2fc2a5c
Compare
renovate
Bot
force-pushed
the
renovate/bytes-0.x
branch
from
October 18, 2021 16:19
2fc2a5c to
0a299ab
Compare
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5->0.6Release Notes
tokio-rs/bytes
v0.6.0Compare Source
API polish in preparation for a 1.0 release.
Changed
BufMutis now anunsafetrait (#432).BufMut::bytes_mut()returns&mut UninitSlice, a type owned bybytestoavoid undefined behavior (#433).
Buf::copy_to_bytes(len)replacesBuf::into_bytes()(#439).Buf/BufMututility methods are moved onto the trait and*Exttraits areremoved (#431).
Removed
BufMut::bytes_vectored_mut()(#430).newmethods on combinator types (#434).v0.5.6Compare Source
BytesMutto reuse buffer when fullyadvanced.BytesMut::{as_mut, set_len}with#[inline].Bytes.loomtodev-dependencies.v0.5.5Compare Source
Added
serdefeature inno_stdenvironments (#385).Fix
BufMut::advance_mutto panic if advanced passed the capacity (#354)..BytesMut::freezeignoring amount previouslyadvanced (#352).v0.5.4Compare Source
Added
Bytes::newaconst fn.From<BytesMut>forBytes.Fix
PartialOrdforBytes.Bytes::truncatelosing original capacity when repr is an unsharedVec.Bytes::from(Vec)when allocator gaveVeca pointer with LSB set.Bytes::slice_refif argument is an empty slice.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.
This PR has been generated by Mend Renovate. View repository job log here.