Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump parity-scale-codec from 3.4.0 to 3.6.3 #259

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps parity-scale-codec from 3.4.0 to 3.6.3.

Release notes

Sourced from parity-scale-codec's releases.

SCALE v3.5.0

What's Changed

  • Added custom Decode::skip for arrays. #413
  • Added ConstEncodedLen marker trait for types that implement MaxEncodedLen. #428
  • Fixed test build for feature max-encoded-len. #429

New Contributors

Full Changelog: paritytech/parity-scale-codec@v3.4.0...parity-scale-codec-v3.5.0

Changelog

Sourced from parity-scale-codec's changelog.

[3.6.3] - 2023-07-03

Fixed

  • Provide full path to elements from ::core in Decode derivation (caused compilation error when no-implicit-prelude was used).

[3.6.2] - 2023-06-30

Fixed

  • Trying to deserialize a boxed newtype containing a big array won't overflow the stack anymore.

[3.6.1] - 2023-06-19

Fixed

  • Deriving Decode will not trigger clippy warnings anymore

[3.6.0] - 2023-06-15

Added

  • Added Decode::decode_into to allow deserializing into unitialized memory.
  • Added a DecodeFinished type to be used with Decode::decode_into.

Fixed

  • Trying to deserialize a big boxed array (e.g. Box<[u8; 1024 * 1024 * 1024]>) won't overflow the stack anymore.
  • Trying to deserialize big nested enums with many variants won't overflow the stack anymore.
  • Elements of partially read arrays will now be properly dropped if the whole array wasn't decoded.

Changed

  • The derive macros will now be reexported only when the derive feature is enabled, as opposed to how it was previously where enabling parity-scale-codec-derive would suffice.
  • The max-encoded-len feature won't automatically enable the derive macros nor pull in the parity-scale-codec-derive dependency.

[3.5.0]

Added

  • ConstEncodedLen marker trait for types that implement MaxEncodedLen. #428
Commits
  • a7c0049 Fix prelude imports in decode_into (#464)
  • 86e5162 Fix stack overflow when decoding big array newtypes wrapped in a Box (#462)
  • c16f3b1 Bump quote from 1.0.28 to 1.0.29 (#463)
  • 07c7e2c Bump arrayvec from 0.7.3 to 0.7.4 (#460)
  • 6a81c42 Fix all clippy warnings and add clippy to the CI (#455)
  • 977624d Bump arrayvec from 0.7.2 to 0.7.3 (#452)
  • 0688c04 Rework decoding of Boxes, Rcs, Arcs, arrays and enums (stack overflow f...
  • 26ec559 Bump serde from 1.0.163 to 1.0.164 (#449)
  • 766fef1 Bump proc-macro2 from 1.0.59 to 1.0.60 (#450)
  • 52c9871 Bump quote from 1.0.27 to 1.0.28 (#446)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from prestwich as a code owner July 3, 2023 17:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 3, 2023
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.4.0 to 3.6.3.
- [Release notes](https://github.com/paritytech/parity-scale-codec/releases)
- [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md)
- [Commits](paritytech/parity-scale-codec@v3.4.0...v3.6.3)

---
updated-dependencies:
- dependency-name: parity-scale-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/parity-scale-codec-3.6.3 branch from 8b97986 to eac11fb Compare July 18, 2023 00:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 18, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/parity-scale-codec-3.6.3 branch July 18, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants