Skip to content

build(deps): update minicbor requirement from 0.26.0 to 2.2.1#773

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minicbor-2.2.1
Open

build(deps): update minicbor requirement from 0.26.0 to 2.2.1#773
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minicbor-2.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on minicbor to permit the latest version.

Changelog

Sourced from minicbor's changelog.

2.2.1

  • Depends on minicbor-derive-0.19.3.

2.2.0

  • Depends on minicbor-derive-0.19.0.

2.1.3

  • Depends on minicbor-derive-0.18.3.

2.1.2

  • Replaces build.rs with target_has_atomic. See pull request #47 by @​dtolnay for details.

2.1.1

  • Depends on minicbor-derive-0.18.2.

2.1.0

  • Added Encoder::str_len, mirroring Encoder::bytes_len which was added in 0.26.1.
  • Depends on minicbor-derive-0.18.1.

2.0.0

  • Depends on minicbor-derive-0.18.0 (see below).

  • ⚠️ Breaking ⚠️ Several generic implementations of Encode and Decode did not override the default is_nil and nil methods. As a result, if a type T implements Encode and Decode with implementations of is_nil and nil, wrapping the type in a Box or Cell or encoding it via reference would revert to the default implementation. This has been fixed and the following impls now override the defaults:

    • &T
    • &mut T
    • Box<T>
    • Cow<'_, T>
    • Cell<T>
    • RefCell<T>

    With this fix, these types have a nil value if T has one whereas prior versions would not.

  • The Encode implementation of RefCell no longer uses try_borrow, but borrow.

1.1.0

  • Adds encode::Error::{as_write, into_write} to allow easier access to an error caused by a Write implementation.

... (truncated)

Commits
  • b22bf31 Merge branch 'develop'
  • f0ae727 Update CHANGELOG and increment versions.
  • fd10811 Put extra parentheses around negative indices.
  • a3ae5c8 Fix deriving CborLen with explicit bounds.
  • 9943b69 Merge branch 'develop'
  • 3dabd49 Update CHANGELOG and increment version.
  • b14502b Fix doc comment.
  • cc66828 Merge branch 'develop'
  • 3c4e7b4 Update CHANGELOG and incremement version.
  • f20c03b Use BTreeSet for stable ordering of type params.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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](https://github.com/twittner/minicbor) to permit the latest version.
- [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](twittner/minicbor@minicbor-v0.26.0...minicbor-v2.2.1)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-version: 2.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
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