fix(deps): update rust crate bytes to 0.6 - abandoned #39
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.6
Release Notes
tokio-rs/bytes
v0.6.0
Compare Source
API polish in preparation for a 1.0 release.
Changed
BufMut
is now anunsafe
trait (#432).BufMut::bytes_mut()
returns&mut UninitSlice
, a type owned bybytes
toavoid undefined behavior (#433).
Buf::copy_to_bytes(len)
replacesBuf::into_bytes()
(#439).Buf
/BufMut
utility methods are moved onto the trait and*Ext
traits areremoved (#431).
Removed
BufMut::bytes_vectored_mut()
(#430).new
methods on combinator types (#434).v0.5.6
Compare Source
BytesMut
to reuse buffer when fullyadvance
d.BytesMut::{as_mut, set_len}
with#[inline]
.Bytes
.loom
todev-dependencies
.v0.5.5
Compare Source
Added
serde
feature inno_std
environments (#385).Fix
BufMut::advance_mut
to panic if advanced passed the capacity (#354)..BytesMut::freeze
ignoring amount previouslyadvance
d (#352).v0.5.4
Compare Source
Added
Bytes::new
aconst fn
.From<BytesMut>
forBytes
.Fix
PartialOrd
forBytes
.Bytes::truncate
losing original capacity when repr is an unsharedVec
.Bytes::from(Vec)
when allocator gaveVec
a pointer with LSB set.Bytes::slice_ref
if 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.