Skip to content

Commit c5c6062

Browse files
Update Rust crate p256 to 0.13
1 parent c492504 commit c5c6062

File tree

2 files changed

+9
-26
lines changed

2 files changed

+9
-26
lines changed

Cargo.lock

+8-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lpc55_areas = { git = "https://github.com/oxidecomputer/lpc55_support", default-
1818
num-bigint = "0.4.6"
1919
# p256 v0.13 has a dependency that requires rustc 1.65 but we're pinned
2020
# to 1.64 till offline-keystore-os supports it
21-
p256 = "0.12"
21+
p256 = "0.13"
2222
pem-rfc7468 = { version = "0.7.0", features = ["alloc", "std"] }
2323
rand = "0.8.5"
2424
rand_chacha = "0.3.1"

0 commit comments

Comments
 (0)