Skip to content

chore(deps): bump the all-deps group with 16 updates#2349

Merged
baloo merged 1 commit into
masterfrom
dependabot/cargo/all-deps-7d515c8272
Jun 16, 2026
Merged

chore(deps): bump the all-deps group with 16 updates#2349
baloo merged 1 commit into
masterfrom
dependabot/cargo/all-deps-7d515c8272

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 16 updates:

Package From To
elliptic-curve 0.14.0-rc.32 0.14.0-rc.34
zeroize 1.8.2 1.9.0
ecdsa 0.17.0-rc.18 0.17.0-rc.19
p256 0.14.0-rc.9 0.14.0-rc.11
bitflags 2.12.1 2.13.0
block-buffer 0.12.0 0.12.1
crypto-primes 0.7.0 0.7.2
log 0.4.31 0.4.32
memchr 2.8.1 2.8.2
primefield 0.14.0-rc.9 0.14.0-rc.11
primeorder 0.14.0-rc.9 0.14.0-rc.11
regex-syntax 0.8.10 0.8.11
rfc6979 0.5.0 0.6.0-pre.0
wasip2 1.0.3+wasi-0.2.9 1.0.4+wasi-0.2.12
zerocopy 0.8.50 0.8.52
zerocopy-derive 0.8.50 0.8.52

Updates elliptic-curve from 0.14.0-rc.32 to 0.14.0-rc.34

Commits

Updates zeroize from 1.8.2 to 1.9.0

Commits

Updates ecdsa from 0.17.0-rc.18 to 0.17.0-rc.19

Commits

Updates p256 from 0.14.0-rc.9 to 0.14.0-rc.11

Commits

Updates bitflags from 2.12.1 to 2.13.0

Release notes

Sourced from bitflags's releases.

2.13.0

What's Changed

Full Changelog: bitflags/bitflags@2.12.1...2.13.0

Changelog

Sourced from bitflags's changelog.

2.13.0

What's Changed

Full Changelog: bitflags/bitflags@2.12.1...2.13.0

Commits
  • 9253889 prepare for 2.13.0 release
  • fbbbfac Merge pull request #489 from ssrlive/main
  • 8c498c7 Change visibility of new function to crate scope
  • 3cbddab move iter_equal_names to trait Flags
  • 80f2193 add MyFlags::Abc::iter_equal_names() method
  • See full diff in compare view

Updates block-buffer from 0.12.0 to 0.12.1

Commits

Updates crypto-primes from 0.7.0 to 0.7.2

Changelog

Sourced from crypto-primes's changelog.

[0.7.2] - 2026-06-10

Fixed

  • libm dependency removed, the required functions are now vendored. (#122)

#122: entropyxyz/crypto-primes#122

[0.7.1] - 2026-06-09

Added

  • All heap allocation is now gated under the alloc feature (enabled by default). (#118)

#118: entropyxyz/crypto-primes#118

Commits
  • 46a94ad v0.7.2 released
  • a3a7156 Merge pull request #122 from fjarri/no-libm
  • 37877e7 Remove forward declarations from log2()
  • 7e261dd Remove libm dependency, vendor the functions we need
  • bdfd393 v0.7.1 released
  • 7eb7682 Merge pull request #120 from fjarri/fix-codecov
  • 0a0425c Fix coverage commands to produce the correct report format
  • e784393 Merge pull request #119 from fjarri/housekeeping
  • af6a0bc Make clippy lints more pedantic, add explicit exceptions/checks with explanat...
  • 3c43e64 Bump codecov action version
  • Additional commits viewable in compare view

Updates log from 0.4.31 to 0.4.32

Release notes

Sourced from log's releases.

0.4.32

What's Changed

Full Changelog: rust-lang/log@0.4.31...0.4.32

Changelog

Sourced from log's changelog.

[0.4.32] - 2026-06-04

What's Changed

Full Changelog: rust-lang/log@0.4.31...0.4.32

Commits
  • a5b5b21 Merge pull request #730 from rust-lang/cargo/0.4.32
  • c8d3b12 prepare for 0.4.32 release
  • ce6cd9f Merge pull request #729 from tisonkun/kv-std-support
  • 20b3b05 drop cfg-feature=kv as it is already met
  • 7bc1200 kv::std_support may not need value-bag
  • See full diff in compare view

Updates memchr from 2.8.1 to 2.8.2

Commits
  • a61ac1a 2.8.2
  • a08bf90 arch: fix undefined behavior in lower level (but public) APIs
  • b41293b rebar: update memchr to latest
  • 87467c9 impl: remove unnecessary clones in into_owned impls
  • See full diff in compare view

Updates primefield from 0.14.0-rc.9 to 0.14.0-rc.11

Commits

Updates primeorder from 0.14.0-rc.9 to 0.14.0-rc.11

Commits

Updates regex-syntax from 0.8.10 to 0.8.11

Commits
  • 1401679 regex-syntax-0.8.11
  • d709000 changelog: 1.12.4
  • 9825c74 syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)
  • a7f2ff6 docs: clarify regex-lite word boundaries
  • 2c7b172 docs: clarify unsupported Anchored::Pattern searches
  • See full diff in compare view

Updates rfc6979 from 0.5.0 to 0.6.0-pre.0

Commits

Updates wasip2 from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12

Commits

Updates zerocopy from 0.8.50 to 0.8.52

Release notes

Sourced from zerocopy's releases.

v0.8.52

What's Changed

Full Changelog: google/zerocopy@v0.8.51...v0.8.52

v0.8.51

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.50...v0.8.51

Commits
  • 8beb48b Release 0.8.52 (#3456)
  • 6f7583b zerocopy: add SPDX-License-Identifier to source files (#3455)
  • 8d7db04 Introduce derive(most_traits) and rename unstable linux cfg (#3416)
  • 21f8388 Release 0.8.51 (#3454)
  • 0e29474 [derive] Remove unnecessary clones (#3449)
  • 88536c1 Skip benchmark storage outside canonical main (#3452)
  • 7055b34 Fix create-pull-request action pins and update GitHub Actions workflow pins (...
  • 83dbc57 Release Anneal 0.1.0-alpha.24 (#3446)
  • 0949784 [anneal][release] Upload toolchain archives before publishing release (#3445)
  • 7a0a880 [anneal][release] Publish Nix-built toolchain archives (#3441)
  • Additional commits viewable in compare view

Updates zerocopy-derive from 0.8.50 to 0.8.52

Release notes

Sourced from zerocopy-derive's releases.

v0.8.52

What's Changed

Full Changelog: google/zerocopy@v0.8.51...v0.8.52

v0.8.51

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.50...v0.8.51

Commits
  • 8beb48b Release 0.8.52 (#3456)
  • 6f7583b zerocopy: add SPDX-License-Identifier to source files (#3455)
  • 8d7db04 Introduce derive(most_traits) and rename unstable linux cfg (#3416)
  • 21f8388 Release 0.8.51 (#3454)
  • 0e29474 [derive] Remove unnecessary clones (#3449)
  • 88536c1 Skip benchmark storage outside canonical main (#3452)
  • 7055b34 Fix create-pull-request action pins and update GitHub Actions workflow pins (...
  • 83dbc57 Release Anneal 0.1.0-alpha.24 (#3446)
  • 0949784 [anneal][release] Upload toolchain archives before publishing release (#3445)
  • 7a0a880 [anneal][release] Publish Nix-built toolchain archives (#3441)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
p256 [>= 0.11.a, < 0.12]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-deps group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.32` | `0.14.0-rc.34` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` |
| [ecdsa](https://github.com/RustCrypto/signatures) | `0.17.0-rc.18` | `0.17.0-rc.19` |
| [p256](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.9` | `0.14.0-rc.11` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.12.1` | `2.13.0` |
| [block-buffer](https://github.com/RustCrypto/utils) | `0.12.0` | `0.12.1` |
| [crypto-primes](https://github.com/entropyxyz/crypto-primes) | `0.7.0` | `0.7.2` |
| [log](https://github.com/rust-lang/log) | `0.4.31` | `0.4.32` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.8.1` | `2.8.2` |
| [primefield](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.9` | `0.14.0-rc.11` |
| [primeorder](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.9` | `0.14.0-rc.11` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.10` | `0.8.11` |
| [rfc6979](https://github.com/RustCrypto/signatures) | `0.5.0` | `0.6.0-pre.0` |
| [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.3+wasi-0.2.9` | `1.0.4+wasi-0.2.12` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.50` | `0.8.52` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.50` | `0.8.52` |


Updates `elliptic-curve` from 0.14.0-rc.32 to 0.14.0-rc.34
- [Commits](RustCrypto/traits@elliptic-curve-v0.14.0-rc.32...elliptic-curve-v0.14.0-rc.34)

Updates `zeroize` from 1.8.2 to 1.9.0
- [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0)

Updates `ecdsa` from 0.17.0-rc.18 to 0.17.0-rc.19
- [Commits](RustCrypto/signatures@ecdsa/v0.17.0-rc.18...ecdsa/v0.17.0-rc.19)

Updates `p256` from 0.14.0-rc.9 to 0.14.0-rc.11
- [Commits](RustCrypto/elliptic-curves@p256/v0.14.0-rc.9...p256/v0.14.0-rc.11)

Updates `bitflags` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.12.1...2.13.0)

Updates `block-buffer` from 0.12.0 to 0.12.1
- [Commits](RustCrypto/utils@block-buffer-v0.12.0...block-buffer-v0.12.1)

Updates `crypto-primes` from 0.7.0 to 0.7.2
- [Changelog](https://github.com/entropyxyz/crypto-primes/blob/master/CHANGELOG.md)
- [Commits](entropyxyz/crypto-primes@v0.7.0...v0.7.2)

Updates `log` from 0.4.31 to 0.4.32
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.31...0.4.32)

Updates `memchr` from 2.8.1 to 2.8.2
- [Commits](BurntSushi/memchr@2.8.1...2.8.2)

Updates `primefield` from 0.14.0-rc.9 to 0.14.0-rc.11
- [Commits](RustCrypto/elliptic-curves@primefield/v0.14.0-rc.9...primefield/v0.14.0-rc.11)

Updates `primeorder` from 0.14.0-rc.9 to 0.14.0-rc.11
- [Commits](RustCrypto/elliptic-curves@primeorder/v0.14.0-rc.9...primeorder/v0.14.0-rc.11)

Updates `regex-syntax` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-syntax-0.8.10...regex-syntax-0.8.11)

Updates `rfc6979` from 0.5.0 to 0.6.0-pre.0
- [Commits](RustCrypto/signatures@rfc6979/v0.5.0...rfc6979/v0.6.0-pre.0)

Updates `wasip2` from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12
- [Commits](bytecodealliance/wasi-rs@wasip2-1.0.3...wasip2-1.0.4)

Updates `zerocopy` from 0.8.50 to 0.8.52
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.50...v0.8.52)

Updates `zerocopy-derive` from 0.8.50 to 0.8.52
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.50...v0.8.52)

---
updated-dependencies:
- dependency-name: elliptic-curve
  dependency-version: 0.14.0-rc.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zeroize
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: ecdsa
  dependency-version: 0.17.0-rc.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: p256
  dependency-version: 0.14.0-rc.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: bitflags
  dependency-version: 2.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: block-buffer
  dependency-version: 0.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: crypto-primes
  dependency-version: 0.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: log
  dependency-version: 0.4.32
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: memchr
  dependency-version: 2.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: primefield
  dependency-version: 0.14.0-rc.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: primeorder
  dependency-version: 0.14.0-rc.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: regex-syntax
  dependency-version: 0.8.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rfc6979
  dependency-version: 0.6.0-pre.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wasip2
  dependency-version: 1.0.4+wasi-0.2.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zerocopy
  dependency-version: 0.8.52
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zerocopy-derive
  dependency-version: 0.8.52
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

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 15, 2026
@baloo baloo merged commit 201f124 into master Jun 16, 2026
188 checks passed
@baloo baloo deleted the dependabot/cargo/all-deps-7d515c8272 branch June 16, 2026 04:10
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