Update Rust crate wincode to 0.5 #2

Open
renovate-bot wants to merge 1 commit from renovate/wincode-0.x into master
Member

This PR contains the following updates:

Package Type Update Change
wincode (source) dependencies minor 0.4 -> 0.5

Release Notes

anza-xyz/wincode (wincode)

v0.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.4...wincode@v0.5.5

v0.5.4

Compare Source

What's Changed

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.3...wincode@v0.5.4

v0.5.3

Compare Source

What's Changed

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode-derive@v0.4.4...wincode@v0.5.3

v0.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.1...wincode@v0.5.2

v0.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.0...wincode@v0.5.1

v0.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.4.6...wincode@v0.5.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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wincode](https://anza.xyz/) ([source](https://github.com/anza-xyz/wincode)) | dependencies | minor | `0.4` -> `0.5` | --- ### Release Notes <details> <summary>anza-xyz/wincode (wincode)</summary> ### [`v0.5.5`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.5.5) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.5.4...wincode@v0.5.5) #### What's Changed - build(deps): bump pastey from 0.2.1 to 0.2.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;302](https://github.com/anza-xyz/wincode/pull/302) - chore(deps): bump darling to 0.23 by [@&#8203;DaniPopes](https://github.com/DaniPopes) in [#&#8203;317](https://github.com/anza-xyz/wincode/pull/317) - build(deps): bump solana-short-vec from 3.2.0 to 3.2.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;304](https://github.com/anza-xyz/wincode/pull/304) - build(deps): bump uuid from 1.23.0 to 1.23.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;297](https://github.com/anza-xyz/wincode/pull/297) - ci: replace app-id with client-id by [@&#8203;yihau](https://github.com/yihau) in [#&#8203;319](https://github.com/anza-xyz/wincode/pull/319) - feat: impl SchemaWrite/SchemaRead for Cell/RefCell by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;320](https://github.com/anza-xyz/wincode/pull/320) - feat: impl SchemaWrite/SchemaRead for Mutex/RwLock by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;321](https://github.com/anza-xyz/wincode/pull/321) - Fix derive name collisions by [@&#8203;chen-robert](https://github.com/chen-robert) in [#&#8203;318](https://github.com/anza-xyz/wincode/pull/318) - Bump wincode-derive to 0.4.6 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;322](https://github.com/anza-xyz/wincode/pull/322) - Bump wincode to 0.5.5 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;323](https://github.com/anza-xyz/wincode/pull/323) #### New Contributors - [@&#8203;DaniPopes](https://github.com/DaniPopes) made their first contribution in [#&#8203;317](https://github.com/anza-xyz/wincode/pull/317) - [@&#8203;chen-robert](https://github.com/chen-robert) made their first contribution in [#&#8203;318](https://github.com/anza-xyz/wincode/pull/318) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode@v0.5.4...wincode@v0.5.5> ### [`v0.5.4`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.5.4) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.5.3...wincode@v0.5.4) #### What's Changed - Deprecate solana-short-vec feature by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;305](https://github.com/anza-xyz/wincode/pull/305) - Use checked arithmetic for trusted read windows by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;307](https://github.com/anza-xyz/wincode/pull/307) - fix(derive): Prevent 'static to lexical rewrite by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;308](https://github.com/anza-xyz/wincode/pull/308) - fix(config): ensure tag encoding is preserved in helpers by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;309](https://github.com/anza-xyz/wincode/pull/309) - fix(bv): finish trusted writer by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;311](https://github.com/anza-xyz/wincode/pull/311) - fix(derive): reject #\[repr(packed)] in UninitBuilder by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;313](https://github.com/anza-xyz/wincode/pull/313) - fix(len): ensure preallocation check on ZSTs by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;310](https://github.com/anza-xyz/wincode/pull/310) - fix(io): ensure Vec<u8> and Cursor\<Vec<u8>> don't expose uninit mem by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;312](https://github.com/anza-xyz/wincode/pull/312) - Bump wincode-derive to 0.4.5 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;315](https://github.com/anza-xyz/wincode/pull/315) - Bump wincode to 0.5.4 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;316](https://github.com/anza-xyz/wincode/pull/316) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode@v0.5.3...wincode@v0.5.4> ### [`v0.5.3`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.5.3) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.5.2...wincode@v0.5.3) #### What's Changed - Bump wincode to 0.5.3 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;301](https://github.com/anza-xyz/wincode/pull/301) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode-derive@v0.4.4...wincode@v0.5.3> ### [`v0.5.2`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.5.2) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.5.1...wincode@v0.5.2) #### What's Changed - build(deps): bump indexmap from 2.13.0 to 2.13.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;286](https://github.com/anza-xyz/wincode/pull/286) - feat(tuple): relax tuple schema impls to ConfigCore by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;287](https://github.com/anza-xyz/wincode/pull/287) - clippy: use nightly for clippy and fix existing lints by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;289](https://github.com/anza-xyz/wincode/pull/289) - Update fuzz crate to point to updated sdk crates by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;292](https://github.com/anza-xyz/wincode/pull/292) - feat: FromIntoIterator helper for serializing iterator-enabled collections by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;285](https://github.com/anza-xyz/wincode/pull/285) - feat: make usize/isize zero-copy on 64-bit platform by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;293](https://github.com/anza-xyz/wincode/pull/293) - Bump to 0.5.2 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;296](https://github.com/anza-xyz/wincode/pull/296) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode@v0.5.1...wincode@v0.5.2> ### [`v0.5.1`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.5.1) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.5.0...wincode@v0.5.1) #### What's Changed - feat(schema): add context::Len impl for str,String by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;273](https://github.com/anza-xyz/wincode/pull/273) - feat(io): impl `Reader` for `std::io::Cursor` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;278](https://github.com/anza-xyz/wincode/pull/278) - feat(io): impl `Writer` for `std::io::Cursor` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;280](https://github.com/anza-xyz/wincode/pull/280) - Add deserialize\_exact APIs to reject trailing bytes by [@&#8203;tanmay4l](https://github.com/tanmay4l) in [#&#8203;254](https://github.com/anza-xyz/wincode/pull/254) - feat(external): add SmallVec support by [@&#8203;tanmay4l](https://github.com/tanmay4l) in [#&#8203;281](https://github.com/anza-xyz/wincode/pull/281) - fix(io): preserve tail of `Vec` when window is within len by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;282](https://github.com/anza-xyz/wincode/pull/282) - Bump version to 0.5.1 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;284](https://github.com/anza-xyz/wincode/pull/284) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode@v0.5.0...wincode@v0.5.1> ### [`v0.5.0`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.5.0) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.4.9...wincode@v0.5.0) #### What's Changed - Bump toolchain and rust\_version to 1.89.0 by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;181](https://github.com/anza-xyz/wincode/pull/181) - Switch to Rust 2024 edition by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;182](https://github.com/anza-xyz/wincode/pull/182) - 0.4.7 forwardport by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;234](https://github.com/anza-xyz/wincode/pull/234) - wincode: Add "target\_has\_atomic" condition for `alloc::sync::Arc` use by [@&#8203;febo](https://github.com/febo) in [#&#8203;235](https://github.com/anza-xyz/wincode/pull/235) - build(deps): bump actions/create-github-app-token from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;236](https://github.com/anza-xyz/wincode/pull/236) - build(deps): bump solana-entry from 4.0.0-beta.1 to 4.0.0-beta.2 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;237](https://github.com/anza-xyz/wincode/pull/237) - Bump wincode to 0.4.8 by [@&#8203;febo](https://github.com/febo) in [#&#8203;240](https://github.com/anza-xyz/wincode/pull/240) - Refactor and simplify `Reader` and `Writer` traits by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;213](https://github.com/anza-xyz/wincode/pull/213) - Ensure \&mut Reader forwards by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;242](https://github.com/anza-xyz/wincode/pull/242) - Add borrow capability constant to `Reader` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;243](https://github.com/anza-xyz/wincode/pull/243) - feat(io): add Writer impl for std::io::Write and BufWriter by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;246](https://github.com/anza-xyz/wincode/pull/246) - fix(String): Delegate to `Vec` impl by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;248](https://github.com/anza-xyz/wincode/pull/248) - fix(io): Implement default trusted Writer by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;247](https://github.com/anza-xyz/wincode/pull/247) - feat(schema): impl `Cow` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;249](https://github.com/anza-xyz/wincode/pull/249) - fix: import ToOwned with alloc + not(std) features by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;250](https://github.com/anza-xyz/wincode/pull/250) - Add ecow::EcoString support by [@&#8203;tanmay4l](https://github.com/tanmay4l) in [#&#8203;241](https://github.com/anza-xyz/wincode/pull/241) - fix(ci): run alloc-only checks without forced std feature by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;258](https://github.com/anza-xyz/wincode/pull/258) - feat: Add `Ctx` to `SchemaRead` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;220](https://github.com/anza-xyz/wincode/pull/220) - fix: ctx imports for with no-default-features by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;262](https://github.com/anza-xyz/wincode/pull/262) - feat: support SocketAddr by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;259](https://github.com/anza-xyz/wincode/pull/259) - feat(ctx): Add \[u8; N] context for ShortU16 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;260](https://github.com/anza-xyz/wincode/pull/260) - chore(containers): remove pod type by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;252](https://github.com/anza-xyz/wincode/pull/252) - build(deps): bump proptest from 1.10.0 to 1.11.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;266](https://github.com/anza-xyz/wincode/pull/266) - fix: use GitHub App bot identity for release tags by [@&#8203;nbelenkov](https://github.com/nbelenkov) in [#&#8203;268](https://github.com/anza-xyz/wincode/pull/268) - unused licenses + reason for rustsec ignore by [@&#8203;nbelenkov](https://github.com/nbelenkov) in [#&#8203;269](https://github.com/anza-xyz/wincode/pull/269) - feat(external): support BitVec from bv crate by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;265](https://github.com/anza-xyz/wincode/pull/265) - Bump version to 0.4.9 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;267](https://github.com/anza-xyz/wincode/pull/267) - chore(io): remove `consume*` `peek_*` methods by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;263](https://github.com/anza-xyz/wincode/pull/263) - feat: add support for `indexmap` by [@&#8203;tanmay4l](https://github.com/tanmay4l) in [#&#8203;253](https://github.com/anza-xyz/wincode/pull/253) - feat(io): impl Reader for BufReader + add ReadAdapter by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;54](https://github.com/anza-xyz/wincode/pull/54) - feat(schema): add context::Len impl for Cow by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;272](https://github.com/anza-xyz/wincode/pull/272) - build(deps): bump uuid from 1.20.0 to 1.23.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;274](https://github.com/anza-xyz/wincode/pull/274) - fix: ensure \&mut Reader forwards `supports_borrow` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;277](https://github.com/anza-xyz/wincode/pull/277) - Bump to 0.5.0 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;276](https://github.com/anza-xyz/wincode/pull/276) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode@v0.4.6...wincode@v0.5.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
Update Rust crate wincode to 0.5
Some checks failed
Format, Check, Lint, Test / Format (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((default features)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((all features)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((alloc)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((std)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((no default features)) (pull_request) Has been cancelled
3be46b63d5
Some checks failed
Format, Check, Lint, Test / Format (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((default features)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((all features)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((alloc)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((std)) (pull_request) Has been cancelled
Format, Check, Lint, Test / Check, Lint, Test ((no default features)) (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/wincode-0.x:renovate/wincode-0.x
git switch renovate/wincode-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/wincode-0.x
git switch renovate/wincode-0.x
git rebase master
git switch master
git merge --ff-only renovate/wincode-0.x
git switch renovate/wincode-0.x
git rebase master
git switch master
git merge --no-ff renovate/wincode-0.x
git switch master
git merge --squash renovate/wincode-0.x
git switch master
git merge --ff-only renovate/wincode-0.x
git switch master
git merge renovate/wincode-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mCaptcha/serde-wincode!2
No description provided.