Skip to content

chore(deps): bump the validation-deps group across 1 directory with 7 updates#230

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/validation/local_ping_pong_openssl/validation-deps-c725d42c8d
Open

chore(deps): bump the validation-deps group across 1 directory with 7 updates#230
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/validation/local_ping_pong_openssl/validation-deps-c725d42c8d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the validation-deps group with 5 updates in the /validation/local_ping_pong_openssl directory:

Package From To
bitflags 2.11.1 2.12.1
elliptic-curve 0.14.0-rc.32 0.14.0-rc.33
log 0.4.30 0.4.32
p256 0.14.0-rc.9 0.14.0-rc.10
p384 0.14.0-rc.9 0.14.0-rc.10

Updates bitflags from 2.11.1 to 2.12.1

Release notes

Sourced from bitflags's releases.

2.12.1

What's Changed

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

2.12.0

Yanked

This release has been yanked because the #[flag_name] processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.

What's Changed

Full Changelog: bitflags/bitflags@2.11.1...2.12.0

Changelog

Sourced from bitflags's changelog.

2.12.1

What's Changed

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

2.12.0

Yanked

This release has been yanked because the #[flag_name] processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.

What's Changed

Full Changelog: bitflags/bitflags@2.11.1...2.12.0

Commits
  • 9196a3a Merge pull request #488 from bitflags/cargo/2.12.1
  • 5626df4 prepare for 2.12.1 release
  • a5d3d5e Merge pull request #487 from bitflags/fix/macro-expansion
  • 241a8e0 add a few docs for tt-munchers
  • 1d21383 namaespace #[flag_name] under #[bitflags()]
  • e4ed635 remove workaround for 2023 rustdoc issue
  • 4a70da8 reorganize compile-pass tests
  • f5431f0 restore flag_name tests
  • 3586917 consolidate more allows
  • a9b198e align other repro case with new format
  • Additional commits viewable in compare view

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

Commits

Updates log from 0.4.30 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

0.4.31

What's Changed

New Contributors

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

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

[0.4.31] - 2026-06-02

What's Changed

New Contributors

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

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
  • 5808392 Merge pull request #728 from rust-lang/cargo/0.4.31
  • 86d739f prepare for 0.4.31 release
  • c906cfb Merge pull request #727 from tisonkun/leverage-static-str-key-when-possible
  • 756c279 leverage str literal as well
  • 3dd250d rename Key::from_static_str to from_str_static
  • Additional commits viewable in compare view

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

Commits

Updates p384 from 0.14.0-rc.9 to 0.14.0-rc.10

Commits

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

Commits

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

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

… updates

Bumps the validation-deps group with 5 updates in the /validation/local_ping_pong_openssl directory:

| Package | From | To |
| --- | --- | --- |
| [bitflags](https://github.com/bitflags/bitflags) | `2.11.1` | `2.12.1` |
| [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.32` | `0.14.0-rc.33` |
| [log](https://github.com/rust-lang/log) | `0.4.30` | `0.4.32` |
| [p256](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.9` | `0.14.0-rc.10` |
| [p384](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.9` | `0.14.0-rc.10` |



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

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

Updates `log` from 0.4.30 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.30...0.4.32)

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

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

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

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

---
updated-dependencies:
- dependency-name: bitflags
  dependency-version: 2.12.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: validation-deps
- dependency-name: elliptic-curve
  dependency-version: 0.14.0-rc.33
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: log
  dependency-version: 0.4.32
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: p256
  dependency-version: 0.14.0-rc.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: p384
  dependency-version: 0.14.0-rc.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: primefield
  dependency-version: 0.14.0-rc.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: primeorder
  dependency-version: 0.14.0-rc.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-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 4, 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