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

build(deps): update postcard requirement from 0.7 to 1.0 #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2022

Updates the requirements on postcard to permit the latest version.

Changelog

Sourced from postcard's changelog.

1.0.0 -> Unreleased

  • Nothing, yet!

1.0.0-alpha.4 -> 1.0.0

  • Added experimental derive features
  • Made Flavor fields private again
  • Optimized varint encoding
  • Use crate Result for Flavors

1.0.0-alpha.3 -> 1.0.0-alpha.4

  • Updated the signature of deserialization Flavor trait
  • Added documentation and tests
  • Removed the Encoder wrapper type to better match serialization and deserialization types
  • Renamed ser_flavor::Flavor::release to finalize for consistency
  • Re-organized some public items and modules
  • Made Error non-exhaustive
  • Added a fixint type to avoid varints

1.0.0-alpha.2 -> 1.0.0-alpha.3

  • Moved back to cobs from postcard-cobs
    • This fixed a number of upstream issues, including removal of panicking branches
  • Improved documentation and code examples
  • Corrected the behavior of take_from_cobs
  • Added support for serializing Debug/Display representation strings via serde's collect_str method (and removed the panic)

1.0.0-alpha.1 -> 1.0.0-alpha.2

  • Re-exposed fields of the Flavor constructors, made various flavors impl Default
  • No breaking changes vs 1.0.0-alpha.1.

0.7.3 -> 1.0.0-alpha.1

  • WARNING: This includes a BREAKING wire change from postcard v0.x.y! Please ensure all devices using postcard are recompiled with the newest version!
  • added #[inline] to many functions, increasing performance
  • All unsigned integers u16-u128 are varint encoded
  • All signed integers i16-i128 are zigzag + varint encoded
  • Serialization flavors have been tweaked slightly, with the Slice flavor now faster
  • Introduction of Deserialization flavors
  • Please report any bugs upstream as we prepare for the v1.0.0 release!

0.7.2 -> 0.7.3

  • Added optional defmt support with the use-defmt feature.
  • Improved docs

... (truncated)

Commits
  • 08e38e6 Final touches. v1.0.0
  • b6bb55e Prepare postcard-derive for release
  • afabae7 Pre-release
  • 49fb719 Prepare derive features for experimental release
  • 17c4c13 Merge remote-tracking branch 'lachlan/derive'
  • 2edf154 Optimize Varint encoding (#60)
  • ce5ee88 Add changelog from alpha.4, fix typo
  • 3fa75d0 Last alpha release
  • b06a4c4 Improve docs
  • 20a923e Big cargo fmt, and rework flavors to be more consistent
  • 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [postcard](https://github.com/jamesmunns/postcard) to permit the latest version.
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v0.7.0...v1.0.0)

---
updated-dependencies:
- dependency-name: postcard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2022
@codecov
Copy link

codecov bot commented Jun 21, 2022

Codecov Report

Merging #109 (4870e83) into main (66fd471) will increase coverage by 0.32%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   82.27%   82.59%   +0.32%     
==========================================
  Files          45       45              
  Lines        2527     2517      -10     
==========================================
  Hits         2079     2079              
+ Misses        448      438      -10     
Impacted Files Coverage Δ
serde-encrypt-core/src/error.rs 17.63% <0.00%> (+0.47%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 66fd471...4870e83. Read the comment docs.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants