Skip to content

Bump ur from 0.4.1 to 0.5.0#215

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ur-0.5.0
Open

Bump ur from 0.4.1 to 0.5.0#215
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ur-0.5.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ur from 0.4.1 to 0.5.0.

Release notes

Sourced from ur's releases.

Release 0.5.0

What's Changed

  • Added ur::try_encode, which returns an error for invalid custom UR types instead of panicking.
  • Added ur::Decoder::resolved_fragment_count and ur::Decoder::fragment_count for reporting multipart decode progress.
  • Added fountain::Decoder::resolved_fragment_count and fountain::Decoder::fragment_count for reporting fountain decode progress.
  • Validate custom UR types during single-part encoding, multipart encoder construction, and decoding. Custom types must be non-empty and contain only ASCII letters, ASCII digits, or -.
  • Validate multipart UR indices more strictly: indices must be non-zero and the URI path indices must match the encoded fountain part metadata.
  • Added fountain::Error::InvalidChecksum and checksum verification for decoded fountain messages.
  • Added fountain::Error::InvalidSequence for fountain parts with sequence number 0.
  • Return bytewords::Error::InvalidWord for malformed bytewords whose hash collides with a valid byte value but whose spelling is invalid.
  • Updated the crate to Rust 2024 edition.
  • Updated public minicbor error types to minicbor 2.0.

New Contributors

Full Changelog: dspicher/ur-rs@0.4.1...0.5.0

Changelog

Sourced from ur's changelog.

0.5.0 - 2026-07-02

  • Added ur::try_encode, which returns an error for invalid custom UR types instead of panicking.
  • Added ur::Decoder::resolved_fragment_count and ur::Decoder::fragment_count for reporting multipart decode progress.
  • Added fountain::Decoder::resolved_fragment_count and fountain::Decoder::fragment_count for reporting fountain decode progress.
  • Validate custom UR types during single-part encoding, multipart encoder construction, and decoding. Custom types must be non-empty and contain only ASCII letters, ASCII digits, or -.
  • Validate multipart UR indices more strictly: indices must be non-zero and the URI path indices must match the encoded fountain part metadata.
  • Added fountain::Error::InvalidChecksum and checksum verification for decoded fountain messages.
  • Added fountain::Error::InvalidSequence for fountain parts with sequence number 0.
  • Return bytewords::Error::InvalidWord for malformed bytewords whose hash collides with a valid byte value but whose spelling is invalid.
  • Updated the crate to Rust 2024 edition.
  • Updated public minicbor error types to minicbor 2.0.
Commits
  • ed52fff Cargo.toml: prepare relase 0.5.0
  • 286968b CHANGELOG.md: prepare 0.5.0 entry
  • 524ba47 Cargo.toml: bump bitcoin_hashes crate
  • 265701d ur: expose decoder fragment progress
  • b3f6200 xoshiro: keep RNG doubles below one
  • df4c0ce ur: validate custom UR types
  • 6540ef0 fountain/ur: validate multipart URI indices
  • 48adc8c fountain: reject zero fountain sequence
  • 4debd34 fountain: verify decoded fountain checksum
  • d22e009 src/bytewords: avoid linear scan over chars
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [ur](https://github.com/dspicher/ur-rs) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/dspicher/ur-rs/releases)
- [Changelog](https://github.com/dspicher/ur-rs/blob/master/CHANGELOG.md)
- [Commits](dspicher/ur-rs@0.4.1...0.5.0)

---
updated-dependencies:
- dependency-name: ur
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 15, 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