From 809b9ba100b61afa341dea26daec452994d40683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:21:30 +0000 Subject: [PATCH] Update nom requirement from 7 to 8 Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-bakery/nom/compare/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- query-grammar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query-grammar/Cargo.toml b/query-grammar/Cargo.toml index b9fecb25a..f79fe660c 100644 --- a/query-grammar/Cargo.toml +++ b/query-grammar/Cargo.toml @@ -12,4 +12,4 @@ keywords = ["search", "information", "retrieval"] edition = "2021" [dependencies] -nom = "7" +nom = "8"