build(deps): bump bincode from 1.3.3 to 2.0.1
Bumps bincode from 1.3.3 to 2.0.1.
Release notes
Sourced from bincode's releases.
v2.0.1
What's Changed
- Update unty requirement from 0.0.3 to 0.0.4 by
@dependabotin bincode-org/bincode#753- Use qualified path for Result::Ok in bincode_derive by
@nhaefin bincode-org/bincode#757- Fix issue when a foreign
Errpollutes scope by@ZoeyRin bincode-org/bincode#758- Derive Debug for Configuration by
@ZoeyRin bincode-org/bincode#759- bump version to 2.0.1 by
@ZoeyRin bincode-org/bincode#760New Contributors
@nhaefmade their first contribution in bincode-org/bincode#757Full Changelog: https://github.com/bincode-org/bincode/compare/v2.0.0...v2.0.1
v2.0.0
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
- Completely rewritten API decoupled from serde
no_stdsupport- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
What's Changed since 1.3.1
- Fix
WithOtherTrailingandWithOtherIntEncodingby@lubenin bincode-org/bincode#342- Update docs to highlight differences between DefaultOptions and fns by
@apgoetzin bincode-org/bincode#373- Address questions regarding suitability for storage and untrusted inputs by
@mbrin bincode-org/bincode#346- Fixed a stray comment. by
@manuthambiin bincode-org/bincode#360- update CI to new branching scheme by
@ZoeyRin bincode-org/bincode#376- clarify msrv support by
@ZoeyRin bincode-org/bincode#375- fix linting ci error by
@ZoeyRin bincode-org/bincode#377- prep branch for 2.0 work by
@ZoeyRin bincode-org/bincode#379- Update URLs and some cleanups by
@atouchetin bincode-org/bincode#383- fix typo by
@ehooiin bincode-org/bincode#392- Edit version badge link by
@atouchetin bincode-org/bincode#389- Optimize varint parsing by
@saethlinin bincode-org/bincode#337- Fix CI on trunk by
@ZoeyRin bincode-org/bincode#408- Update logo by
@ZoeyRin bincode-org/bincode#407- Make bincode_derive 0 dependencies by
@VictorKoendersin bincode-org/bincode#409- Config rewrite by
@ZoeyRin bincode-org/bincode#412- Reintroduce varint optimizations by
@ZoeyRin bincode-org/bincode#414- Feature/deserde by
@ZoeyRin bincode-org/bincode#413- Updated readme.md and added a test for the examples by
@VictorKoendersin bincode-org/bincode#417- Update authors to reflect current code state by
@ZoeyRin bincode-org/bincode#418- Add necessary metadata to bincode_derive by
@ZoeyRin bincode-org/bincode#420- Replace test-all-features with a manual CI matrix by
@VictorKoendersin bincode-org/bincode#419- Made the zigzag encoding examples compile and run by
@VictorKoendersin bincode-org/bincode#421- Fix some typos by
@Seppel3210in bincode-org/bincode#423- Generate qualified Result type in derive by
@andrenthin bincode-org/bincode#430- Fixes for 427 by
@VictorKoendersin bincode-org/bincode#428
... (truncated)
Commits
4673360bump version to 2.0.1 (#760)5500e5eDerive Debug for Configuration (#759)89e4c40Fix issue when a foreignErrpollutes scope (#758)bd99729Use qualified path for Result::Ok in bincode_derive (#757)dd3feeaUpdate unty requirement from 0.0.3 to 0.0.4 (#753)e9de838remove prerelease warninga3381092.0.0 stable (#742)c8a42f7Decode context (#749)56da696make serde decode api consistent (#748)1332236Expose types implementingserde::SerializerandDeserializer(#729)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Superseded by #825.