Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 575f2df

Browse files
committedAug 19, 2024
cms: loosen pkcs5 dependency
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
1 parent cda42b9 commit 575f2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ zeroize = { version = "1.8.1", optional = true }
3535
getrandom = "0.2"
3636
hex-literal = "0.4"
3737
pem-rfc7468 = "1.0.0-rc.1"
38-
pkcs5 = "=0.8.0-rc.0"
38+
pkcs5 = "0.8.0-rc.1"
3939
rand = "0.8.5"
4040
rsa = { version = "=0.10.0-pre.2", features = ["sha2"] }
4141
ecdsa = { version = "=0.17.0-pre.7", features = ["digest", "pem"] }

0 commit comments

Comments
 (0)
Please sign in to comment.