mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update esplugin to v6.1.2
This commit is contained in:
Generated
+4
-20
@@ -360,13 +360,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "esplugin"
|
||||
version = "6.1.1"
|
||||
version = "6.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d5be744c54f80f535dc03a47c6a12c5116525edfa8a1365f13e91c42a0ad4d55"
|
||||
checksum = "cd8b3f4507e489fce3df78273537e93e939916c83d992fbfb712db9b1f5eee62"
|
||||
dependencies = [
|
||||
"encoding_rs",
|
||||
"memchr",
|
||||
"nom 7.1.3",
|
||||
"nom",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
@@ -656,7 +656,7 @@ checksum = "94d58882c85aba2f4fca0951301b58e03428a8a02e51ccb0cf5f5b28d7869281"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
"esplugin",
|
||||
"nom 8.0.0",
|
||||
"nom",
|
||||
"pelite",
|
||||
"regex",
|
||||
"unicase",
|
||||
@@ -677,28 +677,12 @@ dependencies = [
|
||||
"autocfg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "minimal-lexical"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
||||
|
||||
[[package]]
|
||||
name = "no-std-compat"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "7.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"minimal-lexical",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "8.0.0"
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ tempfile = "3.17.1"
|
||||
members = ["cxx", "ffi-errors", "pyo3"]
|
||||
|
||||
[workspace.dependencies]
|
||||
esplugin = "6.1.1"
|
||||
esplugin = "6.1.2"
|
||||
libloadorder = "18.3.0"
|
||||
loot-condition-interpreter = "5.3.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user