Skip to content

Commit 1ae7ce8

Browse files
authored
Bump to signature 3 (#1784)
1 parent 501fdc9 commit 1ae7ce8

File tree

5 files changed

+30
-16
lines changed

5 files changed

+30
-16
lines changed

Cargo.lock

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

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ rsa = { git = "https://github.com/RustCrypto/RSA.git" }
9292
pbkdf2 = { git = "https://github.com/RustCrypto/password-hashes.git" }
9393
scrypt = { git = "https://github.com/RustCrypto/password-hashes.git" }
9494

95-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
9695
crypto-primes = { git = "https://github.com/entropyxyz/crypto-primes.git" }
9796

9897
# https://github.com/RustCrypto/elliptic-curves/pull/1125

cms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rsa = { version = "=0.10.0-pre.4", optional = true }
3232
sha1 = { version = "=0.11.0-pre.5", optional = true }
3333
sha2 = { version = "=0.11.0-pre.5", optional = true }
3434
sha3 = { version = "=0.11.0-pre.5", optional = true }
35-
signature = { version = "=2.3.0-pre.6", features = ["digest", "alloc"], optional = true }
35+
signature = { version = "=3.0.0-pre", features = ["digest", "alloc"], optional = true }
3636
zeroize = { version = "1.8.1", optional = true }
3737

3838
[dev-dependencies]

x509-cert/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spki = { version = "0.8.0-rc.0", features = ["alloc"] }
2424
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2525
digest = { version = "0.11.0-pre.10", optional = true, default-features = false }
2626
sha1 = { version = "0.11.0-pre.5", default-features = false, optional = true }
27-
signature = { version = "=2.3.0-pre.6", features = ["rand_core"], optional = true }
27+
signature = { version = "=3.0.0-pre", features = ["rand_core"], optional = true }
2828
tls_codec = { version = "0.4.0", default-features = false, features = ["derive"], optional = true }
2929

3030
[dev-dependencies]

x509-ocsp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ x509-cert = { version = "=0.3.0-pre.0", default-features = false }
2424
# Optional
2525
digest = { version = "=0.11.0-pre.10", optional = true, default-features = false, features = ["oid"] }
2626
rand_core = { version = "0.9", optional = true, default-features = false }
27-
signature = { version = "=2.3.0-pre.6", optional = true, default-features = false, features = ["digest", "rand_core"] }
27+
signature = { version = "=3.0.0-pre", optional = true, default-features = false, features = ["digest", "rand_core"] }
2828

2929
[dev-dependencies]
3030
hex-literal = "1"

0 commit comments

Comments
 (0)