Skip to content

Commit defb2ba

Browse files
authored
build(deps): bump p384 from 0.13.0 to 0.13.1 (#3987)
Bumps [p384](https://github.com/RustCrypto/elliptic-curves) from 0.13.0 to 0.13.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/d4396085630f6b22a3b4ba6be068cc72b6620c0b"><code>d439608</code></a> sm2 v0.13.1 (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/864">#864</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/6e6886563bb066cbaea4f59f89459341af6879af"><code>6e68865</code></a> p256 v0.13.2 (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/863">#863</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/b9fcdd3b8ac41a8b9abadeb79dd0fcdc8dfdfe4b"><code>b9fcdd3</code></a> sm2: enable <code>dsa</code> feature by default (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/862">#862</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/c17e54adc77f33789dd3e7acb98df30e657fa65d"><code>c17e54a</code></a> p192/p224/p384/p521/sm2: add <code>all-features = true</code> on docsrs (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/861">#861</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/c7019c1a669c7a3590114fc51d7bb1e06b6bb8f4"><code>c7019c1</code></a> Update fiat crypto docs (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/860">#860</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/a0931eeb4dd8c02e2952ca5adb277a76365b4903"><code>a0931ee</code></a> p224 v0.13.2 (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/859">#859</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/0f9dfa440f31ea9df056adc5d6409402a11990ab"><code>0f9dfa4</code></a> sm2 v0.13.0 (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/858">#858</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/0e0a1a597744663fd184453e8a195d65df07d8f5"><code>0e0a1a5</code></a> p192 v0.13.0 (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/856">#856</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/fbc5d26ee76fcbcdcd3ea8663c4585f80b38389f"><code>fbc5d26</code></a> p192/p224/p256/p384/p521/sm2: use <code>dep:primeorder</code> (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/857">#857</a>)</li> <li><a href="https://github.com/RustCrypto/elliptic-curves/commit/655a7d6da5c26af0743fc4a11b1ee86ccd6c0e57"><code>655a7d6</code></a> sm2: add <code>dsa</code> feature (<a href="https://redirect.github.com/RustCrypto/elliptic-curves/issues/855">#855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/elliptic-curves/compare/p384/v0.13.0...sm2/v0.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=p384&package-manager=cargo&previous-version=0.13.0&new-version=0.13.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 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 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>
2 parents 3b5237a + 74a3cdd commit defb2ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ features = ["std"]
225225

226226
# P384 elliptic curve
227227
[workspace.dependencies.p384]
228-
version = "0.13.0"
228+
version = "0.13.1"
229229
features = ["std"]
230230

231231
# PEM file decoding

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generic-array = "0.14.7"
2121
hmac = "0.12.1"
2222
k256 = { version = "0.13.4", features = ["ecdsa"] }
2323
p256 = { version = "0.13.2", features = ["ecdsa"] }
24-
p384 = { version = "0.13.0", features = ["ecdsa"] }
24+
p384 = { version = "0.13.1", features = ["ecdsa"] }
2525
rand.workspace = true
2626
rsa = "0.9.7"
2727
schemars.workspace = true

0 commit comments

Comments
 (0)