build: bump the CRC crate from 1.x to 3.x (#930)

This commit is contained in:
Frank Dai
2023-01-20 18:55:24 -08:00
committed by GitHub
parent c41bdd9cbf
commit 3f7744398b
2 changed files with 10 additions and 4 deletions

View File

@ -39,7 +39,7 @@ secp256k1 = { version = "0.24.2", default-features = false, features = [
] }
# used for forkid
crc = "1"
crc = "3"
# misc
bytes = "1.2"