Skip to content

Commit

Permalink
Update Rust crate x509-cert to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 6d33204 commit af12b5b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 22 deletions.
69 changes: 48 additions & 21 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 @@ -13,7 +13,7 @@ sha2 = { version = "0.10", default-features = false }
webpki = { version = "0.22.4", default-features = false }
serde_bytes = { version = "0.11", default-features = false }
p384 = { version = "0.12", features = ["sha384", "ecdsa", "ecdsa-core", "std"], default-features = false }
x509-cert = { version = "=0.1.0", features = ["pem"], default-features = false }
x509-cert = { version = "=0.2.5", features = ["pem"], default-features = false }

[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit af12b5b

Please sign in to comment.