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 7374eeac92
commit 7c60affea1
3 changed files with 4 additions and 8 deletions

View file

@ -18,4 +18,4 @@ base58 = "0.2.0"
bech32 = "0.9.1"
thiserror = "1.0.31"
crc = "3.0.1"
sha3 = "0.10.8"
cryptoxide = "0.4"