From efb164a82988ae0107e0c3ac6346cc2b945b65c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:31:02 +0000 Subject: [PATCH] Update fancy-regex requirement from 0.17 to 0.18 Updates the requirements on [fancy-regex](https://github.com/fancy-regex/fancy-regex) to permit the latest version. - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/fancy-regex/fancy-regex/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c95881..04e104e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ crate-type = ["rlib"] pyo3 = { version = "0.28.2", features = ["abi3-py310"], optional = true } rand = "0.10" rayon = { version = "1.10", optional = true } -fancy-regex = "0.17" +fancy-regex = "0.18" regex = "1" rustc-hash = "2.1" flatbuffers = "25.12.19"