mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 09:12:55 +00:00
Update rust-stemmers requirement to 1.0.2 (#350)
* Update rust-stemmers requirement to 1.0.2 Updates the requirements on [rust-stemmers](https://github.com/CurrySoftware/rust-stemmers) to permit the latest version. - [Release notes](https://github.com/CurrySoftware/rust-stemmers/releases) - [Commits](https://github.com/CurrySoftware/rust-stemmers/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update Cargo.toml
This commit is contained in:
committed by
Paul Masurel
parent
a4370bca64
commit
55928d756a
@@ -41,7 +41,7 @@ futures-cpupool = "0.1"
|
||||
error-chain = "0.8"
|
||||
owning_ref = "0.3"
|
||||
stable_deref_trait = "1.0.0"
|
||||
rust-stemmers = "0.1.0"
|
||||
rust-stemmers = "1"
|
||||
downcast = { version="0.9" }
|
||||
matches = "0.1"
|
||||
bitpacking = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user