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