Skip to content

Commit 561c416

Browse files
Cargo.toml: Bump rcgen to 0.13.1
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]>
1 parent 0431445 commit 561c416

File tree

7 files changed

+240
-92
lines changed

7 files changed

+240
-92
lines changed

Cargo.lock

+161-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ picky-asn1-x509 = "0.12.0"
2727
serde = "1.0.123"
2828
sha2 = "0.9.9"
2929
log = "0.4.14"
30-
rcgen = { version = "0.9.2", features = ["pem"] }
30+
rcgen = { version = "0.13.1", features = ["pem"] }
3131

3232
[package.metadata.patch]
3333
crates=["rcgen"]
3434

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

3838
[lib]
3939
name = "parsec_tool"

0 commit comments

Comments
 (0)