Update fancy-regex from 0.17 to 0.18

This commit is contained in:
2026-05-02 09:43:39 +08:00
parent 55e678b141
commit 94545ee75b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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 }