Skip to content

Commit

Permalink
Bump signature crate dependency to v2 (#249)
Browse files Browse the repository at this point in the history
Release notes: RustCrypto/traits#1211
  • Loading branch information
tarcieri authored Jan 16, 2023
1 parent 37c1e14 commit b10b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subtle = { version = "2.1.1", default-features = false }
digest = { version = "0.10.5", default-features = false, features = ["alloc", "oid"] }
pkcs1 = { version = "0.4", default-features = false, features = ["pkcs8", "alloc"] }
pkcs8 = { version = "0.9", default-features = false, features = ["alloc"] }
signature = { version = "2.0.0-rc.1", default-features = false , features = ["digest-preview", "rand-preview"] }
signature = { version = "2", default-features = false , features = ["digest", "rand_core"] }
zeroize = { version = "1", features = ["alloc"] }

[dependencies.serde_crate]
Expand Down

0 comments on commit b10b924

Please sign in to comment.