Skip to content

build(deps): update hex-conservative requirement from 0.2.1 to 1.2.0#68

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/hex-conservative-1.2.0
Open

build(deps): update hex-conservative requirement from 0.2.1 to 1.2.0#68
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/hex-conservative-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on hex-conservative to permit the latest version.

Changelog

Sourced from hex-conservative's changelog.

1.2.0 - 2026-05-22

  • Add fmt_hex_exact_lower and fmt_hex_exact_upper macros #247

1.1.0 - 2026-05-04

v1.0 of this crate only has the decoding side (and the decoding iterator is private).

This next release introduces the encoding side of the library and also makes the iterator types public - enjoy.

  • Prepare master to be v1.1 #206
    • Delete serde module
    • Delete FromHex trait
  • Convert DisplayHex to use GAT #215
  • Bump MSRV to Rust v1.74.0
  • Derive standard traits on all types #221
  • Add FromIterator and Extend to BufEncoder #223
  • Remove serde dependencies #224
  • Convert HexSliceToBytesIter to a newtype instead of an alias #227
  • Implement nth and nth_back #232
  • Fix InvalidCharError position with mixed reading on HexToBytesIter #235
  • Introduce Char enum and rewrite BytesToHexIter to return it #236
  • Use Char table lookup to improve decode performance #243
  • Char improvements #242
  • Align fmt_hex_exact and Display impls #127

0.3.2 - 2026-01-28

  • Add hex! macro for const hex literal parsing.
  • Bump the MSRV

1.0.1 - 2025-12-02

  • Remove doc_auto_cfg

1.0.0 - 2025-07-11

  • Removed niche reexports from root
  • Various documentation improvements
  • A few test improvements

1.0.0 release candidate 2 -- 2025-06-27

  • Removed iterator API that got published by accident

1.0.0 release candidate 1 -- 2025-05-16

... (truncated)

Commits

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)

Updates the requirements on [hex-conservative](https://github.com/rust-bitcoin/hex-conservative) to permit the latest version.
- [Changelog](https://github.com/rust-bitcoin/hex-conservative/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/hex-conservative@hex-conservative-0.2.2...hex-conservative-1.2.0)

---
updated-dependencies:
- dependency-name: hex-conservative
  dependency-version: 1.2.0
  dependency-type: direct:production
...

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 8, 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