Skip to content

Commit

Permalink
update pallas-crypto to latest cryptoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Apr 28, 2024
1 parent b3d8aab commit e3ea147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallas-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = ["Nicolas Di Prima <nicolas@primetype.co.uk>"]

[dependencies]
hex = "0.4"
cryptoxide = { version = "0.4.1" }
cryptoxide = { version = "0.4.4" }
thiserror = "1.0"
rand_core = "0.6"
pallas-codec = { version = "=0.25.0", path = "../pallas-codec" }
Expand Down

0 comments on commit e3ea147

Please sign in to comment.