Skip to content

Update Rust crate boring to v5 - #9

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/boring-5.x
Open

Update Rust crate boring to v5#9
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/boring-5.x

Conversation

@renovate

@renovate renovate Bot commented May 31, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
boring workspace.dependencies major 4.22.05.0.0

Release Notes

cloudflare/boring (boring)

v5.2.0: 5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudflare/boring@v5.1.0...v5.1.1

What's Changed

New Contributors

Full Changelog: cloudflare/boring@v5.1.0...v5.2.0

v5.1.0: 5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudflare/boring@v5.0.2...v5.1.0

v5.0.2

Compare Source

What's Changed

For major changes in v5 see: https://github.com/cloudflare/boring/releases/tag/v5.0.0

Full Changelog: cloudflare/boring@v5.0.1...v5.0.2

v5.0.1

Compare Source

  • Improved building with older versions of upstream BoringSSL C headers #​469
  • Added mlkem and credential Cargo features for new BoringSSL APIs.

See v5.0.0 for major changes.

v5.0.0

Compare Source

Breaking changes

Upgrade to 4.21.1 first and fix any deprecation warnings.

Cargo features removed/simplified
  • FIPS only needs the fips Cargo feature, and the rest is customized via env vars (like BORING_BSSL_FIPS_PATH): #​383
  • Removed the "kx-*" features #​393
  • Post-quantum is enabled by default (X25519MLKEM768 and P256Kyber768Draft00) and the "pq-experimental" Cargo feature flag is not used any more.
Other semver changes
  • Updated BoringSSL to a newer version with updated patches by @​nox in #​419
  • Removed SslCurve API. Identifying curves by name is more reliable across different builds of BoringSSL. Use SslRef::curve_name() instead #​390 #​396
  • Removed deprecated X509CheckFlags #​425
  • X509Store is now cheaply cloneable, but immutable. SslContextBuilder.cert_store_mut() can't be used after .set_cert_store(). If you need .cert_store_mut(), either don't overwrite the default store, or use .set_cert_store_builder() #​426
  • X509StoreBuilder::add_cert takes a reference.
  • Hyper version upgraded from v0 to v1
  • set_ex_data() will always Drop previous values #​424
  • Removed blanket Eq from FFI types
  • BIO_set_retry_write on WouldBlock @​ihciah in #​118

Added

Full Changelog: cloudflare/boring@v4.20.0...v5.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented May 31, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `boring-sys`.
    ... required by package `boring v5.0.1`
    ... which satisfies dependency `boring = "^5.0.0"` of package `usque-masque v0.1.0 (/tmp/renovate/repos/github/FireMasterK/usque-rs/crates/usque-masque)`
    ... which satisfies path dependency `usque-masque` (locked to 0.1.0) of package `usque-cli v0.1.0 (/tmp/renovate/repos/github/FireMasterK/usque-rs/crates/usque-cli)`
versions that meet the requirements `^5.0.1` are: 5.2.0, 5.1.0, 5.0.2, 5.0.1

package `boring-sys` links to the native library `boringssl`, but it conflicts with a previous package which links to `boringssl` as well:
package `boring-sys v4.3.0`
    ... which satisfies dependency `boring-sys = "^4.3.0"` of package `boring v4.3.0`
    ... which satisfies dependency `boring = "^4.3"` of package `tokio-quiche v0.19.0`
    ... which satisfies dependency `tokio-quiche = "^0.19"` of package `usque-masque v0.1.0 (/tmp/renovate/repos/github/FireMasterK/usque-rs/crates/usque-masque)`
    ... which satisfies path dependency `usque-masque` (locked to 0.1.0) of package `usque-cli v0.1.0 (/tmp/renovate/repos/github/FireMasterK/usque-rs/crates/usque-cli)`
note: only one package in the dependency graph may specify the same links value to ensure that only one copy of a native library is linked in the final binary
for more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links
help: try to adjust your dependencies so that only one package uses the `links = "boringssl"` value

failed to select a version for `boring-sys` which could resolve this conflict

@renovate
renovate Bot force-pushed the renovate/boring-5.x branch from 7d45f6d to 84dab3a Compare May 31, 2026 11:26
@renovate renovate Bot changed the title chore(deps): update rust crate boring to v5 Update Rust crate boring to v5 May 31, 2026
@renovate
renovate Bot force-pushed the renovate/boring-5.x branch from 84dab3a to f32b195 Compare June 16, 2026 08:19
@renovate
renovate Bot force-pushed the renovate/boring-5.x branch 2 times, most recently from d2a21f1 to 9bfb813 Compare July 23, 2026 21:35
@renovate
renovate Bot force-pushed the renovate/boring-5.x branch from 9bfb813 to e4aed4e Compare August 12, 2026 01:53
@renovate
renovate Bot force-pushed the renovate/boring-5.x branch from e4aed4e to c466ff4 Compare August 26, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/boring-5.x branch from c466ff4 to 20bd6de Compare September 2, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants