Skip to content

Commit

Permalink
Update Rust crate p256 to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 3901fc3 commit 848aad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
35 changes: 9 additions & 26 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lpc55_areas = { git = "https://github.com/oxidecomputer/lpc55_support", default-
num-bigint = "0.4.6"
# p256 v0.13 has a dependency that requires rustc 1.65 but we're pinned
# to 1.64 till offline-keystore-os supports it
p256 = "0.12"
p256 = "0.13"
pem-rfc7468 = { version = "0.7.0", features = ["alloc", "std"] }
rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["std"] }
Expand Down

0 comments on commit 848aad8

Please sign in to comment.