rust-abci
rust-abci copied to clipboard
Update bytes requirement from 0.5 to 1.0
Updates the requirements on bytes to permit the latest version.
Release notes
Sourced from bytes's releases.
bytes v1.0.0
Commit to a public API with long-term support.
Changed
- Rename Buf/BufMut, methods to chunk/chunk_mut (#450)
Removed
- remove unused Buf implementation. (#449)
Changelog
Sourced from bytes's changelog.
1.0.0 (December 22, 2020)
Changed
- Rename Buf/BufMut, methods to chunk/chunk_mut (#450)
Removed
- remove unused Buf implementation. (#449)
0.6.0 (October 21, 2020)
API polish in preparation for a 1.0 release.
Changed
BufMutis now anunsafetrait (#432).BufMut::bytes_mut()returns&mut UninitSlice, a type owned bybytesto avoid undefined behavior (#433).Buf::copy_to_bytes(len)replacesBuf::into_bytes()(#439).Buf/BufMututility methods are moved onto the trait and*Exttraits are removed (#431).Removed
0.5.6 (July 13, 2020)
- Improve
BytesMutto reuse buffer when fullyadvanced.- Mark
BytesMut::{as_mut, set_len}with#[inline].- Relax synchronization when cloning in shared vtable of
Bytes.- Move
loomtodev-dependencies.0.5.5 (June 18, 2020)
Added
- Allow using the
serdefeature inno_stdenvironments (#385).Fix
- Fix
BufMut::advance_mutto panic if advanced passed the capacity (#354)..- Fix
BytesMut::freezeignoring amount previouslyadvanced (#352).0.5.4 (January 23, 2020)
Added
- Make
Bytes::newaconst fn.- Add
From<BytesMut>forBytes.Fix
- Fix reversed arguments in
PartialOrdforBytes.- Fix
Bytes::truncatelosing original capacity when repr is an unsharedVec.- Fix
Bytes::from(Vec)when allocator gaveVeca pointer with LSB set.
Commits
064ad9achore: prepare v1.0.0 release (#453)ed1d194deps: update loom to 0.4 (#452)e398b0aUpdate readme / changelog (#451)06907f3Rename Buf/BufMut, methods to chunk/chunk_mut (#450)54f5cedremove unused Buf implementation. (#449)bd78f19chore: prepare for v1.0.0 work (#448)39c6d7aUpgrade bytes version from 0.5 to 0.6.0 in README (#441)b7f7582prepare v0.6.0 release (#440)39de065AddBuf::copy_to_bytes(len)(#439)5866839use checked addition with range (#438)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)