chore(deps): use cryptoxide sha3 instead of depending on sha3 crate (#452)
This commit is contained in:
parent
9a405f22ee
commit
954e99db9e
3 changed files with 4 additions and 8 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue