Skip to content

Commit

Permalink
Update Rust crate p384 to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2023
1 parent 3deb4a1 commit cf84433
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 41 deletions.
215 changes: 175 additions & 40 deletions src/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 src/qos_nsm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aws-nitro-enclaves-cose = { version = "0.5", default-features = false }
sha2 = { version = "0.10", default-features = false }
webpki = { version = "0.22.0", default-features = false }
serde_bytes = { version = "0.11", default-features = false }
p384 = { version = "0.12", features = ["sha384", "ecdsa", "ecdsa-core", "std"], default-features = false }
p384 = { version = "0.13", features = ["sha384", "ecdsa", "ecdsa-core", "std"], default-features = false }
x509-cert = { version = "=0.1.0", features = ["pem"], default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit cf84433

Please sign in to comment.