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 minicbor-derive requirement from 0.7.2 to 0.8.0 #21

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2022

Updates the requirements on minicbor-derive to permit the latest version.

Changelog

Sourced from minicbor-derive's changelog.

0.8.0

  • ⚠️ Breaking ⚠️: Change data::Type to distinguish between indefinite arrays, maps, bytes and strings, and regular ones by introducing constructors such as Type::ArrayIndef.
  • Add new types decode::Token and decode::Tokenizer to allow decoding CBOR bytes generically as a mere sequence of tokens.
  • Add a function display which displays CBOR bytes in [diagnostic notation][2].

0.7.2

  • Bugfix: Type::read used 0xc9 instead of 0xc0 when reading Type::Tag.
  • Add README.md

0.7.1

  • Require minicbor-derive-0.6.1.

0.7.0

  • Require minicbor-derive-0.6.0.

0.6.0

  • Removes the &[u8] impl for Decode (see issue #4) and add a new module minicbor::bytes to support specialised encoding of CBOR bytes. This module provides the types ByteSlice and ByteVec which are substitutes for &[u8] and Vec<u8> respectively. See also the module documentation of minicbor::bytes.

0.5.1

  • Require minicbor-derive-0.4.1.

0.5.0

  • Require minicbor-derive-0.4.0.

0.4.1

  • Adds Encoder::f16 to support encoding of f32 values as half floats. Complements the existing Decoder::f16 method and depends on the feature half.

minicbor-derive

0.8.0

  • Uses Encode::is_nil and Decode::nil instead of Option::is_none and None to generalise field optionality.
  • Adds new attributes is_nil, nil and has_nil to enable integration of optional types which do not implement Encode or Decode.

... (truncated)

Commits
  • 9e36816 Merge branch 'develop'
  • 040bf2a Update CHANGELOG and increment versions.
  • 0422841 Merge branch 'null' into develop
  • a58f320 Rename null to nil.
  • e62a2fe Merge branch 'develop' into null
  • 6d37595 Merge branch 'develop'
  • 8f8cb5d Update CHANGELOG and increment version.
  • bbaa22f Update CHANGELOG and increment version.
  • 56c73a9 Merge branch 'try_into' into develop
  • 8aff2c4 Make decoder tolerant towards wasteful encodings.
  • 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 [minicbor-derive](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Release notes](https://gitlab.com/twittner/minicbor/tags)
- [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.7.2...minicbor-derive-v0.8.0)

---
updated-dependencies:
- dependency-name: minicbor-derive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2022
@mark-stopka mark-stopka self-assigned this Jan 9, 2022
@mark-stopka mark-stopka merged commit d15b397 into main Jan 9, 2022
@dependabot dependabot bot deleted the dependabot/cargo/minicbor-derive-0.8.0 branch January 9, 2022 19:16
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.

1 participant