Bump openssl-probe from 0.1.6 to 0.2.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(2 months ago)
(2 months ago)
dependencies rust
⚠️ 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 openssl-probe from 0.1.6 to 0.2.0.
Release notes
Sourced from openssl-probe's releases.
0.2.0 is the first release after openssl-probe maintenance has been handed over to the rustls team. Thanks to
@alexcrichtonfor creating and maintaining it for the past 9 years. We're happy to address any feedback you have for this crate.Breaking changes
ProbeResult::cert_diris now aVec<PathBuf>rather than anOption<PathBuf>, allowing the library to yield multiple suggestions for directories which may contain certificate files.- Rather than using a single list of locations for certificate files and certificate directories, openssl-probe now uses much shorter per-platform lists. This should make the API faster and make it less likely to accidentally pick up locations that are unidiomatic for the platform.
- Removed deprecated API
What's Changed
- Clean up deprecated API, module structure by
@djcin rustls/openssl-probe#40- Per-platform candidates, multiple directories by
@djcin rustls/openssl-probe#41
Commits
a03745eYield multiple certificate directories994e183Use platform-specific directories0e10789Use per-platform definitions of CERTIFICATE_FILE_NAMESa0ae1a2Use full paths for CERTIFICATE_FILE_NAMESc1c80e6Extract consts for file and directory lists96e19a8Move probe_from_env() to ProbeResult::from_env()f2d158eUse top-down item orderingd4c29efRemove trivial wrapper function4645a45Bump version to 0.2.03fcf47aRemove deprecated functions- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 12576195 |
| UUID: | 3785547613 |
| Node ID: | PR_kwDOCA8Bec67vh6T |
| Host: | GitHub |
| Repository: | RustPython/RustPython |