Merge pull request #40 from loot/dependabot/cargo/esplugin-6.1.1

Bump esplugin from 6.1.0 to 6.1.1
This commit is contained in:
Oliver Hamlet
2024-10-08 09:06:58 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "esplugin"
version = "6.1.0"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d29f6c8d421c93c886413a613c7c8d331e7edeccbe986e53e09b996243a5a88"
checksum = "d5be744c54f80f535dc03a47c6a12c5116525edfa8a1365f13e91c42a0ad4d55"
dependencies = [
"encoding_rs",
"memchr",
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
crc32fast = "1.4.2"
esplugin = "6.1.0"
esplugin = "6.1.1"
nom = "7.0.0"
pelite = "0.10.0"
regex = "1.11.0"