Skip to content

Commit

Permalink
Update signatory/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Aug 14, 2023
1 parent 51260e3 commit feb5d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signatory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zeroize = "1.5"

# optional dependencies
ecdsa = { version = "0.16", optional = true, features = ["pem", "pkcs8"] }
ed25519-dalek = { version = "2.0.0", optional = true, default-features = false }
ed25519-dalek = { version = "2", optional = true, default-features = false }
k256 = { version = "0.13", optional = true, features = ["ecdsa", "sha256"] }
p256 = { version = "0.13", optional = true, features = ["ecdsa", "sha256"] }
p384 = { version = "0.13", optional = true, features = ["ecdsa", "sha384"] }
Expand Down

0 comments on commit feb5d7c

Please sign in to comment.