Skip to content

chore(deps): bump minicbor from 0.25.1 to 0.26.5 in /hermes#746

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/hermes/minicbor-0.26.5
Open

chore(deps): bump minicbor from 0.25.1 to 0.26.5 in /hermes#746
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/hermes/minicbor-0.26.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps minicbor from 0.25.1 to 0.26.5.

Changelog

Sourced from minicbor's changelog.

0.26.5

  • Add encode::write::Cursor::set_position.

0.26.4

  • Implementations of Iterator::size_hint for decode::{ArrayIter, ArrayIterWithCtx}, decode::{MapIter, MapIterWithCtx}anddecode::{BytesIter, StrIter}` (see pull request #27 by @​carloskiki for details).
  • Fixes an issue with decode::{BytesIter, StrIter}, both of which would yield None for definite but empty bytes or text. They now yield Some(&[]) or Some("") respectively. Note that the behaviour for non-empty definite bytes or text values and for indefinite ones does not change.
  • Implements EncodeBytes, DecodeBytes and CborLenBytes for Box<[u8]> (see pull request #28 by @​carloskiki for details).

0.26.3

  • Depends on minicbor-derive-0.16.2.

0.26.2

  • Fixes issue with minicbor::display (see issue #25) for details.
  • Depends on minicbor-derive-0.16.1.

0.26.1

  • The method Encoder::bytes_len has been added. Like Encoder::bytes, it writes the CBOR item head of a byte string. However, unlike Encoder::bytes, it does not require the actual bytes as a parameter, leaving their encoding to the application. This mirrors the approach of Encoder::array and Encoder::map, which also encode only the CBOR item head, with applications encoding the elements via subsequent encoder method calls. For further details, see pull request #16 by @​carloskiki.
  • Encode and Decode impls for usize, isize, NonZeroUsize and NonZeroIsize on 16-bit architectures have been added by @​chrysn. See pull request #19 for details.

0.26.0

  • Depends on minicbor-derive-0.16.0.
Commits
  • 37d9ee7 Merge branch 'develop'
  • 55ca4ac Update CHANGELOG and increment version.
  • 1ec45f3 Add Cursor::set_position.
  • 7b92108 Merge branch 'develop'
  • 1fb97df Update CHANGELOG and increment versions.
  • c5a3e97 Merge branch 'carloskiki-develop' into develop
  • bb07f3e Improve iterators.
  • 6f0dfc9 Merge branch 'develop' into develop
  • bc400a2 Merge pull request #28 from carloskiki/box-bytes
  • 13df418 Merge branch 'develop' into box-bytes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependencies rust Pull requests that update Rust code labels Jan 1, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/hermes/minicbor-0.26.5 branch 3 times, most recently from 73726e0 to c72db00 Compare January 13, 2026 13:35
Bumps [minicbor](https://github.com/twittner/minicbor) from 0.25.1 to 0.26.5.
- [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](twittner/minicbor@minicbor-v0.25.1...minicbor-v0.26.5)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/hermes/minicbor-0.26.5 branch from c72db00 to 068a5dc Compare January 19, 2026 06:55
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 dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants