chore(deps): update rust crate bincode to v2 #235
+26
−3
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:
1.3.3
->2.0.0
Release Notes
bincode-org/bincode (bincode)
v2.0.1
Compare Source
What's Changed
Err
pollutes scope by @ZoeyR in https://github.com/bincode-org/bincode/pull/758New Contributors
Full Changelog: bincode-org/bincode@v2.0.0...v2.0.1
v2.0.0
Compare Source
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
no_std
supportWhat's Changed since 1.3.1
WithOtherTrailing
andWithOtherIntEncoding
by @luben in https://github.com/bincode-org/bincode/pull/342decode_from_slice
also return the number of bytes read by @VictorKoenders in https://github.com/bincode-org/bincode/pull/445Configuration
functionsconst
by @Popog in https://github.com/bincode-org/bincode/pull/456additional
to theUnexpectedEnd
decode error by @VictorKoenders in https://github.com/bincode-org/bincode/pull/522std::error::Error::source
by @VictorKoenders in https://github.com/bincode-org/bincode/pull/530DecodeError
from 48 to 32 bytes on 64-bit arch by @maciejhirsz in https://github.com/bincode-org/bincode/pull/553Decode
forBox<str>
by @SabrinaJewson in https://github.com/bincode-org/bincode/pull/562peek_read
take&mut self
by @VictorKoenders in https://github.com/bincode-org/bincode/pull/572DeserializeSeed
by @MrGVSV in https://github.com/bincode-org/bincode/pull/586[serde(tag)]
to the list of tags that are known to give issues by @VictorKoenders in https://github.com/bincode-org/bincode/pull/584virtue
to 0.0.9 and add test for #537 by @trevyn in https://github.com/bincode-org/bincode/pull/591target/generated/bincode
by @trevyn in https://github.com/bincode-org/bincode/pull/600Option<T>
encoding by @mkeeter in https://github.com/bincode-org/bincode/pull/702Compat
andBorrowCompat
by @skibon02 in https://github.com/bincode-org/bincode/pull/734serde::Serializer
andDeserializer
by @fjarri in https://github.com/bincode-org/bincode/pull/729New Contributors
Full Changelog: bincode-org/bincode@v1.3.1...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.