Skip to content

Commit

Permalink
x509-cert: fixup CI flakiness
Browse files Browse the repository at this point in the history
rsa 0.9.1 provides a fix for invalid signatures sometimes generated
  • Loading branch information
baloo committed May 4, 2023
1 parent 664ee44 commit 1f73828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ signature = { version = "2.1.0", features = ["rand_core"], optional = true }
[dev-dependencies]
hex-literal = "0.4"
rand = "0.8.5"
rsa = { version = "0.9.0", features = ["sha2"] }
rsa = { version = "0.9.1", features = ["sha2"] }
ecdsa = { version = "0.16.4", features = ["digest", "pem"] }
p256 = "0.13.0"
rstest = "0.17"
Expand Down

0 comments on commit 1f73828

Please sign in to comment.