fix(deps): update rust crate wincode to 0.6 #35

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

Release Notes

anza-xyz/wincode (wincode)

v0.6.0

Compare Source

What's Changed

New Contributors

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

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.6` | --- ### Release Notes <details> <summary>anza-xyz/wincode (wincode)</summary> ### [`v0.6.0`](https://github.com/anza-xyz/wincode/releases/tag/wincode%40v0.6.0) [Compare Source](https://github.com/anza-xyz/wincode/compare/wincode@v0.5.5...wincode@v0.6.0) #### What's Changed - ci: update to fuzz-upload-action v2 by [@&#8203;yevshev](https://github.com/yevshev) in [#&#8203;326](https://github.com/anza-xyz/wincode/pull/326) - feat: add support for bumpalo crate by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;327](https://github.com/anza-xyz/wincode/pull/327) - fuzz: add missing votor types by [@&#8203;R9295](https://github.com/R9295) in [#&#8203;328](https://github.com/anza-xyz/wincode/pull/328) - ci: pin gh actions by [@&#8203;nbelenkov](https://github.com/nbelenkov) in [#&#8203;330](https://github.com/anza-xyz/wincode/pull/330) - Only add trait bounds for type params that are actually used by [@&#8203;IVSOP](https://github.com/IVSOP) in [#&#8203;341](https://github.com/anza-xyz/wincode/pull/341) - fuzz(solana\_types): assert deser => ser == orig\_data by [@&#8203;R9295](https://github.com/R9295) in [#&#8203;342](https://github.com/anza-xyz/wincode/pull/342) - build(deps): bump actions/checkout from 6.0.3 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;344](https://github.com/anza-xyz/wincode/pull/344) - build(deps): bump solana-address from 2.6.0 to 2.6.1 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;338](https://github.com/anza-xyz/wincode/pull/338) - feat: add FromInto schema adapter for #\[wincode(with = ...)] by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;345](https://github.com/anza-xyz/wincode/pull/345) - build(deps): bump solana-signature from 3.4.0 to 3.4.1 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;353](https://github.com/anza-xyz/wincode/pull/353) - build(deps): bump solana-hash from 4.3.0 to 4.4.0 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;337](https://github.com/anza-xyz/wincode/pull/337) - build(deps): bump uuid from 1.23.3 to 1.23.4 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;350](https://github.com/anza-xyz/wincode/pull/350) - build(deps): bump solana-fee-calculator from 3.2.0 to 3.2.2 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;340](https://github.com/anza-xyz/wincode/pull/340) - build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.16.1 to 1.17.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;354](https://github.com/anza-xyz/wincode/pull/354) - feat(containers): add public encode\_from\_iter by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;346](https://github.com/anza-xyz/wincode/pull/346) - fix: bv::BitVec canonical decoding by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;347](https://github.com/anza-xyz/wincode/pull/347) - fix(derive): avoid wrap in init count for large structs by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;355](https://github.com/anza-xyz/wincode/pull/355) - fix(schema): `keep_zero_copy(false)` for &'a T by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;356](https://github.com/anza-xyz/wincode/pull/356) - build(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;357](https://github.com/anza-xyz/wincode/pull/357) - fix(schema): mark bool SchemaWrite as zero-copy by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;360](https://github.com/anza-xyz/wincode/pull/360) - fix(config)!: constrain `new` where `ZERO_COPY_ALIGN_CHECK = true` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;361](https://github.com/anza-xyz/wincode/pull/361) - fix(derive)!: ensure enum discriminant tags are unique by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;362](https://github.com/anza-xyz/wincode/pull/362) - build(deps): bump crossbeam-epoch to 0.9.20 by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;364](https://github.com/anza-xyz/wincode/pull/364) - fix(schema): iterate elements up to iterator's declared len by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;366](https://github.com/anza-xyz/wincode/pull/366) - feat(schema): add DefaultOnEmptyRead adapter by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;363](https://github.com/anza-xyz/wincode/pull/363) - fix(schema): fix asymmetric application of write preallocation check by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;367](https://github.com/anza-xyz/wincode/pull/367) - feat(schema): add Discard and DiscardVec adapters for ignored fields by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;359](https://github.com/anza-xyz/wincode/pull/359) - build(deps): bump solana-hash from 4.4.0 to 4.5.0 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;369](https://github.com/anza-xyz/wincode/pull/369) - chore(derive)!: remove derive `from` attribute by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;371](https://github.com/anza-xyz/wincode/pull/371) - feat(schema): impl for `(T,)` by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;372](https://github.com/anza-xyz/wincode/pull/372) - feat(bv): make canonical encoding/decoding opt-in by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;375](https://github.com/anza-xyz/wincode/pull/375) - chore(deps): remove solana-short-vec by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;377](https://github.com/anza-xyz/wincode/pull/377) - chore(derive): remove struct\_extensions attribute by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;378](https://github.com/anza-xyz/wincode/pull/378) - fix: enum tag encoding overflow error for serialize\_size by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;379](https://github.com/anza-xyz/wincode/pull/379) - build(deps): bump uuid from 1.23.4 to 1.23.5 in /fuzz by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;374](https://github.com/anza-xyz/wincode/pull/374) - fix(UninitBuilder)!: preserve generic declaration order by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;380](https://github.com/anza-xyz/wincode/pull/380) - build(deps): bump syn from 2.0.117 to 2.0.119 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;382](https://github.com/anza-xyz/wincode/pull/382) - feat(io)!: rework `Reader` trait to be unsafe + required method by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;381](https://github.com/anza-xyz/wincode/pull/381) - perf(schema): decode SmallVec in place to avoid large stack temporary by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;384](https://github.com/anza-xyz/wincode/pull/384) - fix(SystemTime): validate value in size\_of to match write by [@&#8203;kskalski](https://github.com/kskalski) in [#&#8203;386](https://github.com/anza-xyz/wincode/pull/386) - fix(UninitBuilder)!: enforce exact field types in projections by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;387](https://github.com/anza-xyz/wincode/pull/387) - Bump wincode-derive to 0.5.0 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;376](https://github.com/anza-xyz/wincode/pull/376) - Bump wincode to 0.6.0 by [@&#8203;cpubot](https://github.com/cpubot) in [#&#8203;392](https://github.com/anza-xyz/wincode/pull/392) #### New Contributors - [@&#8203;yevshev](https://github.com/yevshev) made their first contribution in [#&#8203;326](https://github.com/anza-xyz/wincode/pull/326) - [@&#8203;R9295](https://github.com/R9295) made their first contribution in [#&#8203;328](https://github.com/anza-xyz/wincode/pull/328) - [@&#8203;IVSOP](https://github.com/IVSOP) made their first contribution in [#&#8203;341](https://github.com/anza-xyz/wincode/pull/341) **Full Changelog**: <https://github.com/anza-xyz/wincode/compare/wincode@v0.5.5...wincode@v0.6.0> ### [`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=-->
fix(deps): update rust crate wincode to 0.5
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
bba0a873b2
renovate-bot force-pushed renovate/wincode-0.x from bba0a873b2
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
to 65e33df1aa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-07-20 05:19:37 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate wincode to 0.5 to fix(deps): update rust crate wincode to 0.6 2026-07-20 05:19:38 +05:30
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
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/pow_sha256!35
No description provided.