Skip to content

build(deps): Bump minicbor from 0.26.5 to 2.2.2#246

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/minicbor-2.2.2
Open

build(deps): Bump minicbor from 0.26.5 to 2.2.2#246
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/minicbor-2.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps minicbor from 0.26.5 to 2.2.2.

Changelog

Sourced from minicbor's changelog.

2.2.2

  • Fixes bugs related to CborLen calculation, see commit cb19b238e5245729932a9cf9611818be1dc20ab6 for details.
  • Depends on minicbor-derive-0.19.4.

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.

... (truncated)

Commits
  • a6fd78e Merge branch 'develop'
  • 3cf6cb6 Update CHANGELOG and increment versions.
  • fac474b Merge branch 'fixes' into develop
  • e6e473a Address clippy warnings.
  • 7d0b368 Fix derived CborLen.
  • cb19b23 Fix invalid CborLen calculations.
  • b22bf31 Merge branch 'develop'
  • f0ae727 Update CHANGELOG and increment versions.
  • fd10811 Put extra parentheses around negative indices.
  • a3ae5c8 Fix deriving CborLen with explicit bounds.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 6, 2026
Bumps [minicbor](https://github.com/twittner/minicbor) from 0.26.5 to 2.2.2.
- [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](twittner/minicbor@minicbor-v0.26.5...minicbor-v2.2.2)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/minicbor-2.2.2 branch from fdd7ec1 to 3da26e0 Compare July 13, 2026 05:04
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