From 8fb167597a68b4b7d715c90ea63288aac094b406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:07:46 +0000 Subject: [PATCH] Update nom_locate requirement from 4.0 to 5.0 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...v4.2.0) --- updated-dependencies: - dependency-name: nom_locate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e27df97f..554ce0c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ smallvec = "1.10" uuid = "1.2" http = "1.1.0" nom = "7.1" -nom_locate = "4.0" +nom_locate = "5.0" tracing = "0.1" tracing-subscriber = "0.3" tracing-appender = "0.2"