From 91c51945a131ff81c9ecb85de82bc405bdf8da14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:38:16 +0000 Subject: [PATCH] Update charabia requirement from 0.6 to 0.7 in /cartographer Updates the requirements on [charabia](https://github.com/meilisearch/charabia) to permit the latest version. - [Release notes](https://github.com/meilisearch/charabia/releases) - [Commits](https://github.com/meilisearch/charabia/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: charabia 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 7713442..c72ea74 100644 --- a/cartographer/Cargo.toml +++ b/cartographer/Cargo.toml @@ -29,7 +29,7 @@ wee_alloc = { version = "0.4.5", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } -charabia = "0.6" +charabia = "0.7" fancy-regex = "0.11.0" unicode-segmentation = "1" lazy_static = "1"