Skip to content

Commit

Permalink
x509-cert: don't require signature's 'derive' feature
Browse files Browse the repository at this point in the history
There are no dependencies on the "derive" featue of the signature crate.
Drop it now.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
  • Loading branch information
lumag committed Apr 16, 2023
1 parent 4d1e52e commit c20c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spki = { version = "0.7.1", features = ["alloc"] }
# optional dependencies
arbitrary = { version = "1.3", features = ["derive"], optional = true }
sha1 = { version = "0.10.0", optional = true }
signature = { version = "2.1.0", features = ["digest"], optional = true }
signature = { version = "2.1.0", optional = true }

[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit c20c098

Please sign in to comment.