From b094ec9c6e68548cfca03233a205e22172c9cca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:53:59 +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-version: 8.0.0 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 9ea2875f..ea8f4f86 100644 --- a/query-grammar/Cargo.toml +++ b/query-grammar/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["search", "information", "retrieval"] edition = "2024" [dependencies] -nom = "7" +nom = "8" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" ordered-float = "5.0.0"