Skip to content
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
mainfrom
renovate/bytes-0.x
Open

fix(deps): update rust crate bytes to 0.6 - abandoned#39
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bytes-0.x

Conversation

@renovate

@renovate renovate Bot commented May 7, 2021

Copy link
Copy Markdown

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bytes dependencies minor 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 an unsafe trait (#​432).
  • BufMut::bytes_mut() returns &mut UninitSlice, a type owned by bytes to
    avoid undefined behavior (#​433).
  • Buf::copy_to_bytes(len) replaces Buf::into_bytes() (#​439).
  • Buf/BufMut utility methods are moved onto the trait and *Ext traits are
    removed (#​431).
Removed
  • BufMut::bytes_vectored_mut() (#​430).
  • new methods on combinator types (#​434).

v0.5.6

Compare Source

  • Improve BytesMut to reuse buffer when fully advanced.
  • Mark BytesMut::{as_mut, set_len} with #[inline].
  • Relax synchronization when cloning in shared vtable of Bytes.
  • Move loom to dev-dependencies.

v0.5.5

Compare Source

Added
  • Allow using the serde feature in no_std environments (#​385).
Fix
  • Fix BufMut::advance_mut to panic if advanced passed the capacity (#​354)..
  • Fix BytesMut::freeze ignoring amount previously advanced (#​352).

v0.5.4

Compare Source

Added
  • Make Bytes::new a const fn.
  • Add From<BytesMut> for Bytes.
Fix
  • Fix reversed arguments in PartialOrd for Bytes.
  • Fix Bytes::truncate losing original capacity when repr is an unshared Vec.
  • Fix Bytes::from(Vec) when allocator gave Vec a pointer with LSB set.
  • Fix panic in 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
renovate Bot force-pushed the renovate/bytes-0.x branch 2 times, most recently from 78fcea6 to 2fc2a5c Compare May 14, 2021 18:32
@renovate
renovate Bot force-pushed the renovate/bytes-0.x branch from 2fc2a5c to 0a299ab Compare October 18, 2021 16:19
@renovate

renovate Bot commented Mar 23, 2023

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@renovate renovate Bot changed the title fix(deps): update rust crate bytes to 0.6 fix(deps): update rust crate bytes to 0.6 - abandoned Mar 24, 2023
@renovate

renovate Bot commented Mar 24, 2023

Copy link
Copy Markdown
Author

Autoclosing Skipped

This 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant