Skip to content

Commit 2236024

Browse files
authored
Bump x509-cert to v0.10.0-rc.11 (#2154)
1 parent 2cc7e23 commit 2236024

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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,6 +61,4 @@ x509-tsp = { path = "./x509-tsp" }
6161
x509-cert = { path = "./x509-cert" }
6262
x509-ocsp = { path = "./x509-ocsp" }
6363

64-
crypto-primes = { git = "https://github.com/tarcieri/crypto-primes", branch = "crypto-bigint/v0.7.0-rc.13" }
6564
rand = { git = "https://github.com/rust-random/rand" }
66-
rsa = { git = "https://github.com/RustCrypto/RSA" }

cms/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3", features = ["alloc", "block-padding", "rand_core"], optional = true }
2929
digest = { version = "0.11.0-rc.5", optional = true }
3030
elliptic-curve = { version = "0.14.0-rc.18", optional = true }
31-
rsa = { version = "0.10.0-rc.10", optional = true }
31+
rsa = { version = "0.10.0-rc.11", 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 }

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.5"
33-
rsa = { version = "0.10.0-rc.10", features = ["sha2"] }
33+
rsa = { version = "0.10.0-rc.11", features = ["sha2"] }
3434
ecdsa = { version = "0.17.0-rc.9", features = ["digest", "pem"] }
3535
p256 = "0.14.0-rc.2"
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.10", default-features = false, features = ["encoding", "sha2"] }
33+
rsa = { version = "0.10.0-rc.11", 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)