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 serde-encrypt-core requirement from 0.6.0 to 0.7.0 #6

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 14, 2022

Updates the requirements on serde-encrypt-core to permit the latest version.

Changelog

Sourced from serde-encrypt-core's changelog.

[v0.7.0] - 2022-04-14

Added

  • SharedKey::new() and SharedKey::new_const() to generate a shared key from array (runtime / compile-time). #105

Fixed

[v0.6.0] - 2021-06-22

Added

  • SerdeEncryptSharedKeyDeterministic for deterministic encryption. #95

[v0.5.0] - 2021-06-19

Changed

  • SharedKey serializer - BincodeSerializer for std; PostcardSerilizer for no_std. #94

Fixed

  • Documentation about serializers. Although BincodeSerializer or PostcardSerializer show better performance, CborSerializer serializes more complex serde types. #94

[v0.4.1] - 2021-06-19

Fixed

  • Dead links in documents. #90, #93

[v0.4.0] - 2021-06-17

Added

  • New built-in serializers:

    • PostcardSerializer, which uses postcard crate for serialization.
    • BincodeSerializer for std feature, which uses bincode crate for serialization.
  • EncryptedMessage::len() function to return cipher-text's payload size.

[v0.3.2] - 2021-06-16

Added

... (truncated)

Commits
  • 66fd471 Release 0.7.0
  • 6c9e635 docs: CHANGELOG for v0.7.0
  • dbc84a9 Merge pull request #105 from kurikomoe/main
  • d0522d2 chore(nits): fix some small typo in readme
  • 4a52412 fix(SharedKey): remove the pub annotation on SharedKey
  • cea6e16 update(README): update readme
  • 7f9f835 fix(pub): fix missing pub on SharedKey field
  • be29325 Merge pull request #108 from kurikomoe/fix_lint
  • 4109eb4 fix(lint): fix lint problesm from cargo clippy
  • 1366793 Merge pull request #104 from laysakura/dependabot/cargo/pretty_assertions-1.0
  • Additional commits viewable in compare view

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)

Updates the requirements on [serde-encrypt-core](https://github.com/laysakura/serde-encrypt) to permit the latest version.
- [Release notes](https://github.com/laysakura/serde-encrypt/releases)
- [Changelog](https://github.com/laysakura/serde-encrypt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laysakura/serde-encrypt/compare/[email protected]@0.7.0)

---
updated-dependencies:
- dependency-name: serde-encrypt-core
  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 Apr 14, 2022
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