File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ zeroize = ["dep:zeroize", "arrayvec/zeroize"]
5555# who use it should expect breaking changes between patch versions of this
5656# crate. (The "*-preview" feature name follows the conventions of the RustCrypto
5757# "signature" crate.)
58- traits-preview = [" dep:digest" ]
58+ traits-preview = [" dep:digest" , " dep:generic-array " ]
5959
6060# ---------- Features below this line are undocumented and unstable. ----------
6161# The following features are mainly intended for testing and benchmarking, and
@@ -115,6 +115,9 @@ arrayvec = { version = "0.7.4", default-features = false }
115115constant_time_eq = { version = " 0.3.1" , default-features = false }
116116cfg-if = " 1.0.0"
117117digest = { version = " 0.10.1" , features = [" mac" ], optional = true }
118+ # HACK: `generic-array` is pinned here to silence an upstream deprecation warning.
119+ # TODO: Remove it once https://github.com/RustCrypto/traits/issues/2036 is fixed.
120+ generic-array = { version = " =0.14.7" , default-features = false , optional = true }
118121memmap2 = { version = " 0.9" , optional = true }
119122rayon-core = { version = " 1.12.1" , optional = true }
120123serde = { version = " 1.0" , default-features = false , features = [" derive" ], optional = true }
You can’t perform that action at this time.
0 commit comments