From 82d271a5543848793fb180b3aeb8ba011154535c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 01:48:32 +0000 Subject: [PATCH] Update fancy-regex requirement from 0.10.0 to 0.11.0 in /cartographer 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.10.0...0.11.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cartographer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartographer/Cargo.toml b/cartographer/Cargo.toml index e767ef2..7713442 100644 --- a/cartographer/Cargo.toml +++ b/cartographer/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } charabia = "0.6" -fancy-regex = "0.10.0" +fancy-regex = "0.11.0" unicode-segmentation = "1" lazy_static = "1" url = "2.2"