Skip to content

build(deps): Bump minicbor from 0.19.1 to 1.1.0#102

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

build(deps): Bump minicbor from 0.19.1 to 1.1.0#102
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minicbor-1.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps minicbor from 0.19.1 to 1.1.0.

Changelog

Sourced from minicbor's changelog.

1.1.0

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

1.0.0

  • Updated to 2024 edition.

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.

... (truncated)

Commits
  • a7753a9 Merge branch 'release-1.1'
  • 71aee2e Update CHANGELOG and increment version.
  • 99de9cc Add encode::Error::{as_write,into_write}.
  • e5ff05c Fix clippy warnings.
  • 9c517da Merge branch 'develop'
  • d66f287 Update CHANGELOG and increment versions.
  • fae82df Update CHANGELOG and increment versions.
  • dbe39ce Merge branch 'edition-2024' into develop
  • 1326d50 Update to 2024 edition.
  • 37d9ee7 Merge branch 'develop'
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
minicbor [>= 2.a, < 3]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 29, 2026
Copilot AI review requested due to automatic review settings May 29, 2026 01:21
@dependabot dependabot Bot requested a review from a team as a code owner May 29, 2026 01:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@ielashi ielashi enabled auto-merge May 29, 2026 06:51
@dependabot dependabot Bot force-pushed the dependabot/cargo/minicbor-1.1.0 branch from fb67f34 to 26da2e4 Compare June 15, 2026 08:03
Bumps [minicbor](https://github.com/twittner/minicbor) from 0.19.1 to 1.1.0.
- [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](twittner/minicbor@minicbor-v0.19.1...minicbor-v1.1.0)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-version: 1.1.0
  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-1.1.0 branch from 26da2e4 to be81289 Compare June 18, 2026 07:17
Copilot AI review requested due to automatic review settings June 18, 2026 07:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

1 participant