Skip to content

Commit c282ef1

Browse files
committed
chore(deps): update picky dependency
Use latest RC of picky-rs. This RC now has elliptic curve support enabled by default, because of that the `ec` feature has been removed from the crate. Signed-off-by: Flavio Castelli <[email protected]>
1 parent 646431f commit c282ef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ p256 = "0.13.2"
8888
p384 = "0.13"
8989
webbrowser = "0.8.4"
9090
pem = "2.0"
91-
picky = { version = "7.0.0-rc.5", default-features = false, features = [
91+
picky = { version = "7.0.0-rc.6", default-features = false, features = [
9292
"x509",
93-
"ec",
9493
] }
9594
pkcs1 = { version = "0.7.5", features = ["std"] }
9695
pkcs8 = { version = "0.10.2", features = [

0 commit comments

Comments
 (0)