We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1e52e commit c20c098Copy full SHA for c20c098
x509-cert/Cargo.toml
@@ -22,7 +22,7 @@ spki = { version = "0.7.1", features = ["alloc"] }
22
# optional dependencies
23
arbitrary = { version = "1.3", features = ["derive"], optional = true }
24
sha1 = { version = "0.10.0", optional = true }
25
-signature = { version = "2.1.0", features = ["digest"], optional = true }
+signature = { version = "2.1.0", optional = true }
26
27
[dev-dependencies]
28
hex-literal = "0.4"
0 commit comments