Update crc32fast

This commit is contained in:
Luke Street 2024-06-18 21:43:23 -06:00
parent 44580b0d71
commit da8d5fda79
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -164,9 +164,9 @@ dependencies = [
[[package]] [[package]]
name = "crc32fast" name = "crc32fast"
version = "1.4.0" version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
] ]

View File

@ -22,7 +22,7 @@ nightly = ["crc32fast/nightly"]
[dependencies] [dependencies]
argp = "0.3.0" argp = "0.3.0"
base16ct = "0.2.0" base16ct = "0.2.0"
crc32fast = "1.4.0" crc32fast = "1.4.2"
digest = "0.10.7" digest = "0.10.7"
enable-ansi-support = "0.2.1" enable-ansi-support = "0.2.1"
hex = { version = "0.4.3", features = ["serde"] } hex = { version = "0.4.3", features = ["serde"] }