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 Oct 11, 2024
1 parent 9d4e17d commit 5b7a4ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
33 changes: 8 additions & 25 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_chacha = "0.3.1"
Expand Down

0 comments on commit 5b7a4ce

Please sign in to comment.