Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the boring group with 2 updates: boring and boring-sys.

Updates boring from 4.14.0 to 4.15.0

Release notes

Sourced from boring's releases.

v4.15.0

What's Changed

NOTE: v4.14.0 has been yanked due to accidentally including breaking changes

Full Changelog: cloudflare/boring@v4.14.0...v4.15.0

Changelog

Sourced from boring's changelog.

4.15.0

  • 2025-02-23 Fix lifetimes in ssl::select_next_proto
  • 2025-02-23 Revert cmake bump (for now) as it is overly restrictive (#321)
  • 2025-02-21 Introduce a builder pattern for SslEchKeys + make set_ech_keys take a reference (#320)
  • 2025-02-21 Revert "Refactor!: Remove strict TokioIo response requirement from hyper_boring::v1::HttpsConnector"
  • 2025-02-21 Revert "Refactor!: Introduce a Cargo feature for optional Hyper 0 support"
  • 2025-02-21 Address clippy lints
  • 2025-02-21 Actually expose SslEchKeys
Commits
  • 5268f63 Expose API to enable certificate compression. (#241)
  • 5e0002b Release 4.15.0
  • 9ba00ea Fix lifetimes in ssl::select_next_proto
  • 7ba3225 Revert cmake bump (for now) as it is overly restrictive (#321)
  • abaf067 Introduce a builder pattern for SslEchKeys + make set_ech_keys take a referen...
  • f439f92 Revert "Refactor!: Remove strict TokioIo response requirement from `hyper_b...
  • 7b4bfcb Revert "Refactor!: Introduce a Cargo feature for optional Hyper 0 support"
  • bc17a06 Address clippy lints
  • cbdf963 Actually expose SslEchKeys
  • See full diff in compare view

Updates boring-sys from 4.14.0 to 4.15.0

Release notes

Sourced from boring-sys's releases.

v4.15.0

What's Changed

NOTE: v4.14.0 has been yanked due to accidentally including breaking changes

Full Changelog: cloudflare/boring@v4.14.0...v4.15.0

Changelog

Sourced from boring-sys's changelog.

4.15.0

  • 2025-02-23 Fix lifetimes in ssl::select_next_proto
  • 2025-02-23 Revert cmake bump (for now) as it is overly restrictive (#321)
  • 2025-02-21 Introduce a builder pattern for SslEchKeys + make set_ech_keys take a reference (#320)
  • 2025-02-21 Revert "Refactor!: Remove strict TokioIo response requirement from hyper_boring::v1::HttpsConnector"
  • 2025-02-21 Revert "Refactor!: Introduce a Cargo feature for optional Hyper 0 support"
  • 2025-02-21 Address clippy lints
  • 2025-02-21 Actually expose SslEchKeys
Commits
  • 5268f63 Expose API to enable certificate compression. (#241)
  • 5e0002b Release 4.15.0
  • 9ba00ea Fix lifetimes in ssl::select_next_proto
  • 7ba3225 Revert cmake bump (for now) as it is overly restrictive (#321)
  • abaf067 Introduce a builder pattern for SslEchKeys + make set_ech_keys take a referen...
  • f439f92 Revert "Refactor!: Remove strict TokioIo response requirement from `hyper_b...
  • 7b4bfcb Revert "Refactor!: Introduce a Cargo feature for optional Hyper 0 support"
  • bc17a06 Address clippy lints
  • cbdf963 Actually expose SslEchKeys
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 boring group with 2 updates: [boring](https://github.com/cloudflare/boring) and [boring-sys](https://github.com/cloudflare/boring).


Updates `boring` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/cloudflare/boring/releases)
- [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES)
- [Commits](cloudflare/boring@v4.14.0...v4.15.0)

Updates `boring-sys` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/cloudflare/boring/releases)
- [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES)
- [Commits](cloudflare/boring@v4.14.0...v4.15.0)

---
updated-dependencies:
- dependency-name: boring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: boring
- dependency-name: boring-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: boring
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2025 18:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 27, 2025
@github-actions github-actions bot enabled auto-merge (squash) February 27, 2025 18:29
@github-actions github-actions bot merged commit 2584fcd into main Feb 27, 2025
15 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/boring-419c9bbdad branch February 27, 2025 18:34
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.

2 participants