Skip to content

Commit

Permalink
Cargo.toml: Bump rcgen to 0.13.1
Browse files Browse the repository at this point in the history
The rcgen crate is currently being patched to cover for parsec-tool
CSR generation with RSA PSS SHA-256/384.

 * Bump rcgen to the latest available version (0.13.1).
 * Update the patches until they get merged upstream in rcgen.
 * Allow clippy::multiple_crate_versions until dependency mismatches
   are solved by updating spiffe in the parsec client.

Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed May 31, 2024
1 parent 0431445 commit 561c416
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 92 deletions.
182 changes: 161 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ picky-asn1-x509 = "0.12.0"
serde = "1.0.123"
sha2 = "0.9.9"
log = "0.4.14"
rcgen = { version = "0.9.2", features = ["pem"] }
rcgen = { version = "0.13.1", features = ["pem"] }

[package.metadata.patch]
crates=["rcgen"]

[patch.crates-io]
rcgen = { path = './target/patch/rcgen-0.9.3' }
rcgen = { path = './target/patch/rcgen-0.13.1' }

[lib]
name = "parsec_tool"
Expand Down
Loading

0 comments on commit 561c416

Please sign in to comment.