mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Bump crc32fast from 1.4.2 to 1.5.0
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.4.2 to 1.5.0. - [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: crc32fast dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+2
-2
@@ -163,9 +163,9 @@ dependencies = [
|
||||
|
||||
[[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
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
crc32fast = "1.4.2"
|
||||
crc32fast = "1.5.0"
|
||||
esplugin = "6.1.3"
|
||||
fancy-regex = "0.15.0"
|
||||
libloadorder = "18.4.0"
|
||||
|
||||
Reference in New Issue
Block a user