Skip to content

Commit 372bf12

Browse files
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](meilisearch/charabia@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: charabia dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76ddadb commit 372bf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cartographer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wee_alloc = { version = "0.4.5", optional = true }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0"
3131
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
32-
charabia = "0.6"
32+
charabia = "0.7"
3333
fancy-regex = "0.10.0"
3434
unicode-segmentation = "1"
3535
lazy_static = "1"

0 commit comments

Comments
 (0)