Skip to content

Commit 4b4159c

Browse files
committed
Bump hybrid-array to v0.4
1 parent f3781d4 commit 4b4159c

File tree

3 files changed

+24
-35
lines changed

3 files changed

+24
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ x509-tsp = { path = "./x509-tsp" }
6060
x509-cert = { path = "./x509-cert" }
6161
x509-ocsp = { path = "./x509-ocsp" }
6262

63-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
63+
block-buffer = { git = "https://github.com/RustCrypto/utils" }
64+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
65+
crypto-common = { git = "https://github.com/RustCrypto/traits" }
66+
digest = { git = "https://github.com/RustCrypto/traits" }
6467
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
65-
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
66-
primefield = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
67-
p256 = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
68-
rsa = { git = "https://github.com/RustCrypto/RSA.git" }
68+
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
69+
inout = { git = "https://github.com/RustCrypto/utils" }
70+
primefield = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
71+
p256 = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
72+
rsa = { git = "https://github.com/RustCrypto/RSA.git" }

sec1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
[dependencies]
2020
base16ct = { version = "0.3", optional = true, default-features = false }
2121
der = { version = "0.8.0-rc.8", optional = true, features = ["oid"] }
22-
hybrid-array = { version = "0.3", optional = true, default-features = false }
22+
hybrid-array = { version = "0.4", optional = true, default-features = false }
2323
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
2424
subtle = { version = "2", optional = true, default-features = false }
2525
zeroize = { version = "1", optional = true, default-features = false }

0 commit comments

Comments
 (0)