Skip to content

Commit 066d6fa

Browse files
committed
use spki-0.7.3 and rsa-0.9.6
Signed-off-by: Arthur Gautier <[email protected]>
1 parent c96b07d commit 066d6fa

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

Cargo.lock

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

Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
[workspace]
22
members = ["cryptoki", "cryptoki-sys", "cryptoki-rustcrypto"]
3-
4-
[patch.crates-io]
5-
# https://github.com/RustCrypto/formats/pull/1269
6-
spki = { git = "https://github.com/baloo/formats.git", branch = "baloo/spki/from_key" }
7-
# https://github.com/RustCrypto/RSA/pull/393
8-
rsa = { git = "https://github.com/baloo/RSA.git", branch = "baloo/pkcs+pss/alg-id" }

cryptoki-rustcrypto/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ p224 = { version = "0.13.2", features = ["pkcs8"] }
1818
p256 = { version = "0.13.2", features = ["pkcs8"] }
1919
p384 = { version = "0.13.0", features = ["pkcs8"] }
2020
k256 = { version = "0.13.2", features = ["pkcs8"] }
21-
rsa = "0.9.5"
21+
rsa = "0.9.6"
2222
signature = { version = "2.2.0", features = ["digest"] }
2323
sha1 = { version = "0.10", features = ["oid"] }
2424
sha2 = { version = "0.10", features = ["oid"] }
25-
spki = "0.7.2"
25+
spki = "0.7.3"
2626
x509-cert = "0.2.4"
2727
thiserror = "1.0"
2828

0 commit comments

Comments
 (0)