mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 04:48:54 +08:00
Update fancy-regex from 0.17 to 0.18
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -788,9 +788,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||||
|
||||
[[package]]
|
||||
name = "fancy-regex"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
|
||||
checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"regex-automata",
|
||||
|
||||
@@ -24,7 +24,7 @@ ctrlc = "3.4"
|
||||
digest-io = { version = "0.1", optional = true }
|
||||
emote-psb = { version = "0.5", optional = true , features = ["serde"] }
|
||||
encoding = "0.2"
|
||||
fancy-regex = { version = "0.17", optional = true }
|
||||
fancy-regex = { version = "0.18", optional = true }
|
||||
fastcdc = { version = "3.2", optional = true }
|
||||
flate2 = { version = "1.1", optional = true }
|
||||
include-flate = { version = "0.3", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user