From edf89fceff85908becb1d600ee7bb5a8b83946d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 17:01:28 +0000 Subject: chore(deps): update rust crate nom_locate to 4.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0c7343..4489bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ globset = "0.4.14" inquire = "0.6" log = "0.4.21" nom = "7.1.3" -nom_locate = "4" +nom_locate = "4.2.0" slotmap = "1" thiserror = "1" -- cgit