Skip to content

Commit

Permalink
Update charabia requirement from 0.6 to 0.7 in /cartographer
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2022
1 parent 76ddadb commit 372bf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartographer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0"
unicode-segmentation = "1"
lazy_static = "1"
Expand Down

0 comments on commit 372bf12

Please sign in to comment.