Merge pull request #72 from loot/dependabot/cargo/crc32fast-1.5.0

Bump crc32fast from 1.4.2 to 1.5.0
This commit is contained in:
Oliver Hamlet
2025-07-20 13:17:52 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -107,9 +107,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "crc32fast"
version = "1.4.2"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
"cfg-if",
]
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
edition = "2021"
[dependencies]
crc32fast = "1.4.2"
crc32fast = "1.5.0"
esplugin = "6.1.2"
nom = "8.0.0"
pelite = "0.10.0"