Skip to content

Commit c916ce1

Browse files
authored
cms+x509-cert+x509-ocsp: bump rsa to v0.10.0-rc.10 (#2092)
1 parent 36e5c5a commit c916ce1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

6363
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
64-
crypto-primes = { git = "https://github.com/baloo/crypto-primes.git", branch = "baloo/rand_core/0.10.0-rc.2" }
6564
ff = { git = "https://github.com/tarcieri/ff", branch = "rand_core/v0.10.0-rc-2" }
6665
group = { git = "https://github.com/tarcieri/group", branch = "rand_core/v0.10.0-rc-2" }
6766
p256 = { git = "https://github.com/RustCrypto/elliptic-curves " }
6867
primefield = { git = "https://github.com/RustCrypto/elliptic-curves " }
69-
rsa = { git = "https://github.com/RustCrypto/RSA" }

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.0-rc.2", optional = true }
2828
cipher = { version = "0.5.0-rc.2", features = ["alloc", "block-padding", "rand_core"], optional = true }
2929
digest = { version = "0.11.0-rc.4", optional = true }
3030
elliptic-curve = { version = "0.14.0-rc.16", optional = true }
31-
rsa = { version = "0.10.0-rc.9", optional = true }
31+
rsa = { version = "0.10.0-rc.10", optional = true }
3232
sha1 = { version = "0.11.0-rc.3", optional = true }
3333
sha2 = { version = "0.11.0-rc.3", optional = true }
3434
sha3 = { version = "0.11.0-rc.3", optional = true }
@@ -43,7 +43,7 @@ pem-rfc7468 = "1.0.0-rc.1"
4343
pkcs5 = "0.8.0-rc.9"
4444
pbkdf2 = "0.13.0-rc.2"
4545
rand = "0.10.0-rc.1"
46-
rsa = { version = "0.10.0-rc.6", features = ["sha2"] }
46+
rsa = { version = "0.10.0-rc.10", features = ["sha2"] }
4747
ecdsa = { version = "0.17.0-rc.6", features = ["digest", "pem"] }
4848
p256 = "0.14.0-rc.0"
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.0-rc.1"
33-
rsa = { version = "0.10.0-rc.8", features = ["sha2"] }
33+
rsa = { version = "0.10.0-rc.10", features = ["sha2"] }
3434
ecdsa = { version = "0.17.0-rc.6", features = ["digest", "pem"] }
3535
p256 = "0.14.0-rc.0"
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.5", optional = true, default-features = false,
3030
hex-literal = "1"
3131
lazy_static = "1.5.0"
3232
rand = "0.10.0-rc.1"
33-
rsa = { version = "0.10.0-rc.1", default-features = false, features = ["encoding", "sha2"] }
33+
rsa = { version = "0.10.0-rc.10", default-features = false, features = ["encoding", "sha2"] }
3434
sha1 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }
3535
sha2 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }
3636

0 commit comments

Comments
 (0)