build(deps): bump fancy-regex from 0.14.0 to 0.16.1 (#16365)

This commit is contained in:
dependabot[bot]
2025-08-06 05:26:49 +00:00
committed by GitHub
parent 2b69bd9b6d
commit 0e3ca7b355
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -701,7 +701,7 @@ dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools 0.11.0",
"itertools 0.13.0",
"proc-macro2",
"quote",
"regex",
@ -1895,9 +1895,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fancy-regex"
version = "0.14.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
checksum = "bf04c5ec15464ace8355a7b440a33aece288993475556d461154d7a62ad9947c"
dependencies = [
"bit-set",
"regex-automata",
@ -8450,7 +8450,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -89,7 +89,7 @@ dirs = "5.0"
dirs-sys = "0.4"
dtparse = "2.0"
encoding_rs = "0.8"
fancy-regex = "0.14"
fancy-regex = "0.16"
filesize = "0.2"
filetime = "0.2"
heck = "0.5.0"

View File

@ -30,7 +30,7 @@ nu-utils = { path = "../nu-utils", version = "0.106.2", default-features = false
nu-test-support = { path = "../nu-test-support", version = "0.106.2" }
nu-path = { path = "../nu-path", version = "0.106.2" }
serde_json = "1.0"
fancy-regex = "0.14.0"
fancy-regex = "0.16.1"
pretty_assertions = { workspace = true }
rstest = { workspace = true, default-features = false }