From 096d9d6cf3829487e96025f5d23e13ef9b099b5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 20:31:34 +0000 Subject: [PATCH] Bump tantivy from 0.11.3 to 0.12.0 Bumps [tantivy](https://github.com/tantivy-search/tantivy) from 0.11.3 to 0.12.0. - [Release notes](https://github.com/tantivy-search/tantivy/releases) - [Changelog](https://github.com/tantivy-search/tantivy/blob/master/CHANGELOG.md) - [Commits](https://github.com/tantivy-search/tantivy/compare/0.11.3...0.12) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 50 +++++++++++++++++--------------------------------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3527f7..c32e3f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,12 +24,6 @@ version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" -[[package]] -name = "ascii" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" - [[package]] name = "atomicwrites" version = "0.2.5" @@ -104,6 +98,12 @@ version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" +[[package]] +name = "bytes" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" + [[package]] name = "cargo-husky" version = "1.5.0" @@ -186,15 +186,12 @@ dependencies = [ [[package]] name = "combine" -version = "3.8.1" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" +checksum = "b8e5ef862b2df927249f4e2bdc29c1bd13a33105f900884b0c32acdf32aff584" dependencies = [ - "ascii", - "byteorder", - "either", + "bytes", "memchr", - "unreachable", ] [[package]] @@ -1254,13 +1251,9 @@ checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" [[package]] name = "snap" -version = "0.2.5" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95d697d63d44ad8b78b8d235bf85b34022a78af292c8918527c5f0cffdde7f43" -dependencies = [ - "byteorder", - "lazy_static", -] +checksum = "f7fb9b0bb877b35a1cc1474a3b43d9c226a2625311760cdda2cbccbc0c7a8376" [[package]] name = "stable_deref_trait" @@ -1334,9 +1327,9 @@ dependencies = [ [[package]] name = "tantivy" -version = "0.11.3" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c90faa34809a6a13c92e7b078bc623973e4023f6a2b08acb3ccad70b0fc5ad62" +checksum = "02e1d2fbfa82ab829208e5f03f4d2c177b8a126252ab4f80ed232e1064770efb" dependencies = [ "atomicwrites", "base64", @@ -1381,9 +1374,9 @@ dependencies = [ [[package]] name = "tantivy-fst" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b22af5ff09b8897093287642a5aaee6f30eb496526ef83a8dd0f4c636ac367" +checksum = "38878efb477cf2efb7d9112b12b230c27d32abdfec4bea5e66095733f2928610" dependencies = [ "byteorder", "levenshtein_automata", @@ -1393,9 +1386,9 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c33707d9d9c6e439e41bf88dc2036a5062341bb8221dbc1827079ae4bbb5ad" +checksum = "900f098da37d350b0e8f116791b9ee43e600704cb6b5cc83b7f826d1b119f21c" dependencies = [ "combine", ] @@ -1470,15 +1463,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" -[[package]] -name = "unreachable" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" -dependencies = [ - "void", -] - [[package]] name = "utf8-ranges" version = "1.0.4" diff --git a/Cargo.toml b/Cargo.toml index f123abf..da17e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ travis-ci = { repository = "ronin13/finde-rs" } [dependencies] walkdir = "2.3.1" crossbeam = "0.7.3" -tantivy = "0.11.3" +tantivy = "0.12.0" anyhow = "1.0.26" structopt = "0.3.9" clap-verbosity-flag = "0.3.1"