From a0eadec1b85e14e7ac50c1c820104b0e032e43cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:14:07 +0000 Subject: [PATCH] Update nom_locate requirement from 4 to 5 Updates the requirements on [nom_locate](https://github.com/fflorent/nom_locate) to permit the latest version. - [Changelog](https://github.com/fflorent/nom_locate/blob/master/CHANGELOG.md) - [Commits](https://github.com/fflorent/nom_locate/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: nom_locate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sv-parser-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser-parser/Cargo.toml b/sv-parser-parser/Cargo.toml index 6b6e74e0..e95564d2 100644 --- a/sv-parser-parser/Cargo.toml +++ b/sv-parser-parser/Cargo.toml @@ -22,7 +22,7 @@ trace = ["nom-tracable/trace"] [dependencies] nom = "7" -nom_locate = "4" +nom_locate = "5" nom-greedyerror = "0.5" nom-packrat = "0.7" nom-recursive = {version = "0.5", features = ["tracer128"]}