diff --git a/Cargo.lock b/Cargo.lock index 39778edb6a..0ea1445c72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,18 +388,18 @@ dependencies = [ [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" @@ -1476,9 +1476,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fancy-regex" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" +checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" dependencies = [ "bit-set", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index de6aa22211..59a5bb8a68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ dirs = "5.0" dirs-sys = "0.4" dtparse = "2.0" encoding_rs = "0.8" -fancy-regex = "0.13" +fancy-regex = "0.14" filesize = "0.2" filetime = "0.2" fuzzy-matcher = "0.3" diff --git a/crates/nu-json/Cargo.toml b/crates/nu-json/Cargo.toml index e04dc5612a..a964b2d81c 100644 --- a/crates/nu-json/Cargo.toml +++ b/crates/nu-json/Cargo.toml @@ -29,7 +29,7 @@ serde_json = { workspace = true } nu-test-support = { path = "../nu-test-support", version = "0.99.2" } nu-path = { path = "../nu-path", version = "0.99.2" } serde_json = "1.0" -fancy-regex = "0.13.0" +fancy-regex = "0.14.0" [lints] workspace = true \ No newline at end of file