Skip to content

Commit 5806c27

Browse files
authored
Bump crypto-bigint to v0.7.0-pre.5 (#1881)
Also bumps: `ecdsa`, `rsa`, `p256`
1 parent 3eb8f16 commit 5806c27

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

Cargo.lock

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

cms/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ x509-cert = { version = "0.3.0-rc.0", default-features = false }
2222

2323
# optional dependencies
2424
aes = { version = "0.9.0-rc.0", optional = true }
25-
aes-kw = { version ="0.3.0-rc.0", optional = true }
25+
aes-kw = { version = "0.3.0-rc.0", optional = true }
2626
ansi-x963-kdf = { version = "0.1.0-rc.0", optional = true }
2727
cbc = { version = "0.2.0-rc.0", optional = true }
2828
cipher = { version = "0.5.0-rc.0", features = ["alloc", "block-padding", "rand_core"], optional = true }
@@ -32,7 +32,7 @@ rsa = { version = "0.10.0-rc.0", optional = true }
3232
sha1 = { version = "0.11.0-rc.0", optional = true }
3333
sha2 = { version = "0.11.0-rc.0", optional = true }
3434
sha3 = { version = "0.11.0-rc.0", optional = true }
35-
signature = { version = "3.0.0-rc.0", features = ["digest", "alloc"], optional = true }
35+
signature = { version = "3.0.0-rc.1", features = ["digest", "alloc"], optional = true }
3636
zeroize = { version = "1.8.1", optional = true }
3737

3838
[dev-dependencies]
@@ -43,9 +43,9 @@ pem-rfc7468 = "1.0.0-rc.1"
4343
pkcs5 = "0.8.0-rc.4"
4444
pbkdf2 = "0.13.0-rc.0"
4545
rand = "0.9"
46-
rsa = { version = "0.10.0-rc.0", features = ["sha2"] }
47-
ecdsa = { version = "0.17.0-rc.2", features = ["digest", "pem"] }
48-
p256 = "=0.14.0-pre.7"
46+
rsa = { version = "0.10.0-rc.1", features = ["sha2"] }
47+
ecdsa = { version = "0.17.0-rc.3", features = ["digest", "pem"] }
48+
p256 = "=0.14.0-pre.8"
4949
tokio = { version = "1.45.1", features = ["macros", "rt"] }
5050
x509-cert = { version = "0.3.0-rc.0", features = ["pem"] }
5151

x509-cert/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ tls_codec = { version = "0.4.0", default-features = false, features = ["derive"]
3030
[dev-dependencies]
3131
hex-literal = "1"
3232
rand = "0.9"
33-
rsa = { version = "0.10.0-rc.0", features = ["sha2"] }
34-
ecdsa = { version = "0.17.0-rc.1", features = ["digest", "pem"] }
35-
p256 = "=0.14.0-pre.7"
33+
rsa = { version = "0.10.0-rc.1", features = ["sha2"] }
34+
ecdsa = { version = "0.17.0-rc.3", features = ["digest", "pem"] }
35+
p256 = "=0.14.0-pre.8"
3636
rstest = "0.25"
3737
sha2 = { version = "0.11.0-rc.0", features = ["oid"] }
3838
tempfile = "3.5.0"

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.0", optional = true, default-features = false,
3030
hex-literal = "1"
3131
lazy_static = "1.5.0"
3232
rand = "0.9"
33-
rsa = { version = "0.10.0-rc.0", default-features = false, features = ["sha2"] }
33+
rsa = { version = "0.10.0-rc.1", default-features = false, features = ["sha2"] }
3434
sha1 = { version = "0.11.0-rc.0", default-features = false, features = ["oid"] }
3535
sha2 = { version = "0.11.0-rc.0", default-features = false, features = ["oid"] }
3636

0 commit comments

Comments
 (0)