mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Merge pull request #26 from loot/dependabot/cargo/crc32fast-1.4.2
Bump crc32fast from 1.4.0 to 1.4.2
This commit is contained in:
Generated
+2
-2
@@ -107,9 +107,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
|||||||
|
|
||||||
[[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",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ license = "MIT"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crc32fast = "1.2.0"
|
crc32fast = "1.4.2"
|
||||||
esplugin = "5.0.0"
|
esplugin = "5.0.0"
|
||||||
nom = "7.0.0"
|
nom = "7.0.0"
|
||||||
pelite = "0.10.0"
|
pelite = "0.10.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user