mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Bump esplugin from 6.0.0 to 6.1.0
Bumps [esplugin](https://github.com/Ortham/esplugin) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/Ortham/esplugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ortham/esplugin/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: esplugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+5
-4
@@ -223,11 +223,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "esplugin"
|
||||
version = "6.0.0"
|
||||
version = "6.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a06a6ad4fdedeafc4f24c0ead8fc260add681c0fd268e72807fb84238081a4b9"
|
||||
checksum = "5d29f6c8d421c93c886413a613c7c8d331e7edeccbe986e53e09b996243a5a88"
|
||||
dependencies = [
|
||||
"encoding_rs",
|
||||
"memchr",
|
||||
"nom",
|
||||
"unicase",
|
||||
]
|
||||
@@ -331,9 +332,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.7.2"
|
||||
version = "2.7.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
||||
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||
|
||||
[[package]]
|
||||
name = "minimal-lexical"
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
crc32fast = "1.4.2"
|
||||
esplugin = "6.0.0"
|
||||
esplugin = "6.1.0"
|
||||
nom = "7.0.0"
|
||||
pelite = "0.10.0"
|
||||
regex = "1.10.5"
|
||||
|
||||
Reference in New Issue
Block a user