Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Jul 24, 2024
1 parent a21bade commit c7ae793
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 @@ -17,7 +17,7 @@ aead = { version = "0.5.2", default-features = false, optional = true }
arrayref = { version = "0.3.7", default-features = false }
# needs to match parity-scale-code which is "=0.7.0"
arrayvec = { version = "0.7.4", default-features = false }
curve25519-dalek = { version = "4.1.0", default-features = false, features = [
curve25519-dalek = { version = "4.1.3", default-features = false, features = [
"digest",
"zeroize",
"precomputed-tables",
Expand Down

0 comments on commit c7ae793

Please sign in to comment.