From ff4bfe88f6d220f6ae660d40fdceedb32183e1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 07:48:06 +1000 Subject: [PATCH] build(deps): bump tantivy from 0.19.1 to 0.19.2 (#53) Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/quickwit-oss/tantivy/releases) - [Changelog](https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md) - [Commits](https://github.com/quickwit-oss/tantivy/compare/0.19.1...0.19.2) --- updated-dependencies: - dependency-name: tantivy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aa7bfac..2eef866c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,14 +1058,14 @@ dependencies = [ "pyo3", "pyo3-build-config", "serde_json", - "tantivy 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tantivy 0.19.2", ] [[package]] name = "tantivy" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "513d4e19dc483209aa0ff9dc40d831f5bfa529917ae836b6fc1f01113ec84dc7" +checksum = "5bb26a6b22c84d8be41d99a14016d6f04d30d8d31a2ea411a8ab553af5cc490d" dependencies = [ "aho-corasick", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 368719c9..380fce54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ pyo3-build-config = { version = "0.18.1" } [dependencies] chrono = { version = "0.4.23" } -tantivy = { version = "0.19.1" } +tantivy = { version = "0.19.2" } itertools = { version = "0.10.5" } futures = { version = "0.3.26" } serde_json = { version = "1.0.91" }