Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps minicbor from 0.26.3 to 1.0.0.

Changelog

Sourced from minicbor's changelog.

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).
Commits
  • 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'
  • 55ca4ac Update CHANGELOG and increment version.
  • 1ec45f3 Add Cursor::set_position.
  • 7b92108 Merge branch 'develop'
  • 1fb97df Update CHANGELOG and increment versions.
  • 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.

Bumps [minicbor](https://github.com/twittner/minicbor) from 0.26.3 to 1.0.0.
- [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](twittner/minicbor@minicbor-v0.26.3...minicbor-v1.0.0)

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

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 Jun 2, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2025

Superseded by #37.

@dependabot dependabot bot closed this Aug 19, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minicbor-1.0.0 branch August 19, 2025 04:50
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