Skip to content

Commit c20c098

Browse files
committed
x509-cert: don't require signature's 'derive' feature
There are no dependencies on the "derive" featue of the signature crate. Drop it now. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 4d1e52e commit c20c098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x509-cert/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spki = { version = "0.7.1", features = ["alloc"] }
2222
# optional dependencies
2323
arbitrary = { version = "1.3", features = ["derive"], optional = true }
2424
sha1 = { version = "0.10.0", optional = true }
25-
signature = { version = "2.1.0", features = ["digest"], optional = true }
25+
signature = { version = "2.1.0", optional = true }
2626

2727
[dev-dependencies]
2828
hex-literal = "0.4"

0 commit comments

Comments
 (0)