Skip to content

Commit 91992ca

Browse files
build(deps): bump openssl-probe from 0.1.6 to 0.2.1 (#1926)
Bumps [openssl-probe](https://github.com/rustls/openssl-probe) from 0.1.6 to 0.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/openssl-probe/releases">openssl-probe's releases</a>.</em></p> <blockquote> <h2>0.2.1</h2> <ul> <li>Support for OpenHarmony.</li> <li>Corrections to crate metadata.</li> </ul> <h2>What's Changed</h2> <ul> <li>feat: add openharmony platform preset certs folder by <a href="https://github.com/richerfu"><code>@​richerfu</code></a> in <a href="https://redirect.github.com/rustls/openssl-probe/pull/42">rustls/openssl-probe#42</a></li> <li>docs: clarify lib description, update README by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/openssl-probe/pull/47">rustls/openssl-probe#47</a></li> <li>Prepare 0.2.1 by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/openssl-probe/pull/46">rustls/openssl-probe#46</a></li> </ul> <p>0.2.0 is the first release after openssl-probe maintenance has been handed over to the rustls team. Thanks to <a href="https://github.com/alexcrichton"><code>@​alexcrichton</code></a> for creating and maintaining it for the past 9 years. We're happy to address any feedback you have for this crate.</p> <h2>Breaking changes</h2> <ul> <li><code>ProbeResult::cert_dir</code> is now a <code>Vec&lt;PathBuf&gt;</code> rather than an <code>Option&lt;PathBuf&gt;</code>, allowing the library to yield multiple suggestions for directories which may contain certificate files.</li> <li>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.</li> <li>Removed deprecated API</li> </ul> <h2>What's Changed</h2> <ul> <li>Clean up deprecated API, module structure by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/openssl-probe/pull/40">rustls/openssl-probe#40</a></li> <li>Per-platform candidates, multiple directories by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/openssl-probe/pull/41">rustls/openssl-probe#41</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/openssl-probe/commit/9181752ff5eab32339111dbdcc6cdc9f5a5eb06e"><code>9181752</code></a> Prepare 0.2.1</li> <li><a href="https://github.com/rustls/openssl-probe/commit/2a23322fcd331d00cf109eb5ced0e90736f628f2"><code>2a23322</code></a> docs: clarify lib description, update README</li> <li><a href="https://github.com/rustls/openssl-probe/commit/5e18d538b7fd1b8317f07ed8d99976676be9a915"><code>5e18d53</code></a> feat: add openharmony platform preset certs folder</li> <li><a href="https://github.com/rustls/openssl-probe/commit/df769f449bf942b20de5e39facdd5135657b662d"><code>df769f4</code></a> Update repo URL in Cargo metadata</li> <li><a href="https://github.com/rustls/openssl-probe/commit/cc52ac707bf6e8d2d62292ffdca3b2f03c4a6cc1"><code>cc52ac7</code></a> ci: check cargo-deny (and fix up SPDX metadata)</li> <li><a href="https://github.com/rustls/openssl-probe/commit/4cfa0952d67031604a0f1e975d22707dc553ca4e"><code>4cfa095</code></a> ci: check semver compatibility</li> <li><a href="https://github.com/rustls/openssl-probe/commit/04e7058a36320c0e19f2ad525b1859a8d597dbe5"><code>04e7058</code></a> ci: check clippy</li> <li><a href="https://github.com/rustls/openssl-probe/commit/fbce3247f81d8a63f0b5a3966acde5e8abbb9d25"><code>fbce324</code></a> ci: check code formatting</li> <li><a href="https://github.com/rustls/openssl-probe/commit/11fba1bdf7d81d11a1879ba12be6d96e9dddf599"><code>11fba1b</code></a> ci: setup duplicate workflow cancellation</li> <li><a href="https://github.com/rustls/openssl-probe/commit/a44b6f114a837e229450f40a299894bfc682e0c4"><code>a44b6f1</code></a> ci: restrict workflow permissions</li> <li>Additional commits viewable in <a href="https://github.com/rustls/openssl-probe/compare/0.1.6...0.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-probe&package-manager=cargo&previous-version=0.1.6&new-version=0.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c06391 commit 91992ca

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetsocat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tinyjson = "2.5" # Small JSON library; used to avoid including a bigger one like
6464
native-tls = { version = "0.2", optional = true } # Same dependency as tokio-tungstenite
6565
rustls = { version = "0.23", optional = true, default-features = false, features = ["tls12", "std", "ring", "logging"] } # Same dependency as tokio-tungstenite
6666
rustls-native-certs = { version = "0.8", optional = true } # Same dependency as tokio-tungstenite
67-
openssl-probe = "0.1" # Same dependency as rustls-native-certs
67+
openssl-probe = "0.2" # Same dependency as rustls-native-certs
6868
rustls-pemfile = "2.2" # Same dependency as rustls-native-certs
6969
base64 = "0.23" # Same dependency as rustls-pemfile
7070

0 commit comments

Comments
 (0)