Fix openssl-probe 0.2.0 API compatibility#6669
Merged
youknowone merged 4 commits intodependabot/cargo/openssl-probe-0.2.0from Jan 7, 2026
Merged
Fix openssl-probe 0.2.0 API compatibility#6669youknowone merged 4 commits intodependabot/cargo/openssl-probe-0.2.0from
youknowone merged 4 commits intodependabot/cargo/openssl-probe-0.2.0from
Conversation
Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.6 to 0.2.0. - [Release notes](https://github.com/alexcrichton/openssl-probe/releases) - [Commits](rustls/openssl-probe@0.1.6...0.2.0) --- updated-dependencies: - dependency-name: openssl-probe dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
bde6f36 to
0c3a449
Compare
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump openssl-probe from 0.1.6 to 0.2.0
Fix openssl-probe 0.2.0 API compatibility
Jan 7, 2026
youknowone
approved these changes
Jan 7, 2026
1bbf78b
into
dependabot/cargo/openssl-probe-0.2.0
12 checks passed
youknowone
added a commit
that referenced
this pull request
Jan 7, 2026
* Bump openssl-probe from 0.1.6 to 0.2.0 Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.6 to 0.2.0. - [Release notes](https://github.com/alexcrichton/openssl-probe/releases) - [Commits](rustls/openssl-probe@0.1.6...0.2.0) --- updated-dependencies: - dependency-name: openssl-probe dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix openssl-probe 0.2.0 API compatibility (#6669) * Bump openssl-probe from 0.1.6 to 0.2.0 Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.6 to 0.2.0. - [Release notes](https://github.com/alexcrichton/openssl-probe/releases) - [Commits](rustls/openssl-probe@0.1.6...0.2.0) --- updated-dependencies: - dependency-name: openssl-probe dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Initial plan * Fix openssl-probe 0.2.0 API compatibility --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
terryluan12
pushed a commit
to terryluan12/RustPython
that referenced
this pull request
Jan 15, 2026
* Bump openssl-probe from 0.1.6 to 0.2.0 Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.6 to 0.2.0. - [Release notes](https://github.com/alexcrichton/openssl-probe/releases) - [Commits](rustls/openssl-probe@0.1.6...0.2.0) --- updated-dependencies: - dependency-name: openssl-probe dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix openssl-probe 0.2.0 API compatibility (RustPython#6669) * Bump openssl-probe from 0.1.6 to 0.2.0 Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.6 to 0.2.0. - [Release notes](https://github.com/alexcrichton/openssl-probe/releases) - [Commits](rustls/openssl-probe@0.1.6...0.2.0) --- updated-dependencies: - dependency-name: openssl-probe dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Initial plan * Fix openssl-probe 0.2.0 API compatibility --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
openssl-probe 0.2.0 changed
ProbeResult.cert_dirfromOption<PathBuf>toVec<PathBuf>to support multiple certificate directories, breaking compilation.Changes
EMPTY_PROBEto usevec![]forcert_dirfield.first()instead of.as_ref()to extract primary directory from Vec, maintaining single-directory behavior with proper fallback to OpenSSL defaultsLazyLockimport outside cfg_if block💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.