chore(deps): use cryptoxide sha3 instead of depending on sha3 crate (#452)

This commit is contained in:
Vincent Hanquez 2024-04-30 01:51:47 +08:00 committed by GitHub
parent 9a405f22ee
commit 954e99db9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 8 deletions

View file

@ -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" }