Skip to content

Commit bd41be8

Browse files
Update Rust crate p256 to 0.13
1 parent fff8f5e commit bd41be8

File tree

2 files changed

+10
-27
lines changed

2 files changed

+10
-27
lines changed

Cargo.lock

+9-26
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_core = { version = "0.6.4", features = ["std"] }

0 commit comments

Comments
 (0)