Skip to content

Commit

Permalink
build(deps): bump p256 from 0.9.0 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [p256](https://github.com/RustCrypto/elliptic-curves) from 0.9.0 to 0.13.2.
- [Commits](RustCrypto/elliptic-curves@p256/v0.9.0...p256/v0.13.2)

---
updated-dependencies:
- dependency-name: p256
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent 96d5c21 commit 67f798b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
43 changes: 41 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zeroize = { version = "1.7", default-features = false }

[dev-dependencies]
hpke = "0.11"
p256 = { version = "0.9", features = ["ecdsa"] }
p256 = { version = "0.13", features = ["ecdsa"] }
pqcrypto = { version = "0.15", default-features = false, features = [
"pqcrypto-saber",
] }
Expand Down

0 comments on commit 67f798b

Please sign in to comment.