From 0e3ca7b355bd62f1cfc372b414defd528da04718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:26:49 +0000 Subject: [PATCH] build(deps): bump fancy-regex from 0.14.0 to 0.16.1 (#16365) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/nu-json/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aea2dcf24..84c5edc42b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index c538e0d013..f4a62e212d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/nu-json/Cargo.toml b/crates/nu-json/Cargo.toml index 87408384fd..3ce959d9e7 100644 --- a/crates/nu-json/Cargo.toml +++ b/crates/nu-json/Cargo.toml @@ -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 }