Skip to content

Commit

Permalink
Bump curve25519-dalek
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Feb 26, 2024
1 parent 1ceff2e commit 5d8faf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/dkg/frost/frost-ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "A Schnorr signature scheme over Ed25519 that supports FROST."

[dependencies]
parity-scale-codec = { workspace = true }
curve25519-dalek = { version = "=4.1.1", default-features = false }
curve25519-dalek = { version = "4.1.2", default-features = false }
frost-core = { workspace = true }
rand_core = { version = "0.6", optional = true }
sha2 = { version = "0.10.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/dkg/frost/frost-ristretto255/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "A Schnorr signature scheme over Ed25519 that supports FROST."

[dependencies]
parity-scale-codec = { workspace = true }
curve25519-dalek = { version = "=4.1.1", default-features = false }
curve25519-dalek = { version = "4.1.2", default-features = false }
frost-core = { workspace = true }
rand_core = { version = "0.6", optional = true }
sha2 = { version = "0.10.2", default-features = false }
Expand Down

0 comments on commit 5d8faf8

Please sign in to comment.