Skip to content

Commit c38a63a

Browse files
committed
Bump rsa to v0.10.0-rc.18
This is the first crate release that's compatible with `pkcs8` v0.11.
1 parent a582243 commit c38a63a

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ x509-tsp = { path = "./x509-tsp" }
6161
x509-cert = { path = "./x509-cert" }
6262
x509-ocsp = { path = "./x509-ocsp" }
6363

64-
rsa = { git = "https://github.com/RustCrypto/RSA" }
65-
6664
[workspace.lints.clippy]
6765
borrow_as_ptr = "warn"
6866
cast_lossless = "warn"

cms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cbc = { version = "0.2", optional = true }
2828
cipher = { version = "0.5", features = ["alloc", "block-padding", "rand_core"], optional = true }
2929
digest = { version = "0.11", optional = true }
3030
elliptic-curve = { version = "0.14.0-rc.30", optional = true }
31-
rsa = { version = "0.10.0-rc.17", optional = true }
31+
rsa = { version = "0.10.0-rc.18", optional = true }
3232
sha1 = { version = "0.11", optional = true }
3333
sha2 = { version = "0.11", optional = true }
3434
sha3 = { version = "0.11", optional = true }
@@ -43,7 +43,7 @@ pem-rfc7468 = "1"
4343
pkcs5 = "0.8"
4444
pbkdf2 = "0.13.0-rc.9"
4545
rand = "0.10"
46-
rsa = { version = "0.10.0-rc.17", features = ["sha2"] }
46+
rsa = { version = "0.10.0-rc.18", features = ["sha2"] }
4747
ecdsa = { version = "0.17.0-rc.16", features = ["digest", "pem"] }
4848
p256 = "0.14.0-rc.7"
4949
tokio = { version = "1.45.1", features = ["macros", "rt"] }

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tls_codec = { version = "0.4", default-features = false, features = ["derive"],
3030
[dev-dependencies]
3131
hex-literal = "1"
3232
rand = "0.10"
33-
rsa = { version = "0.10.0-rc.17", features = ["sha2"] }
33+
rsa = { version = "0.10.0-rc.18", features = ["sha2"] }
3434
ecdsa = { version = "0.17.0-rc.16", features = ["digest", "pem"] }
3535
p256 = "0.14.0-rc.7"
3636
rstest = "0.26"

x509-ocsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ signature = { version = "3.0.0-rc.10", optional = true, default-features = false
3030
hex-literal = "1"
3131
lazy_static = "1.5.0"
3232
rand = "0.10"
33-
rsa = { version = "0.10.0-rc.17", default-features = false, features = ["encoding", "sha2"] }
33+
rsa = { version = "0.10.0-rc.18", default-features = false, features = ["encoding", "sha2"] }
3434
sha1 = { version = "0.11", default-features = false, features = ["oid"] }
3535
sha2 = { version = "0.11", default-features = false, features = ["oid"] }
3636

0 commit comments

Comments
 (0)