aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-04-25 17:01:28 +0000
committerRenovate Bot <[email protected]>2024-04-25 17:01:28 +0000
commitedf89fceff85908becb1d600ee7bb5a8b83946d5 (patch)
tree7693b76fa19684e09a233ffe874a53e3d5849dc0
parent4c23141a5e1b1359eac9cc5f5492a2aeab4da175 (diff)
chore(deps): update rust crate nom_locate to 4.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"
14inquire = "0.6" 14inquire = "0.6"
15log = "0.4.21" 15log = "0.4.21"
16nom = "7.1.3" 16nom = "7.1.3"
17nom_locate = "4" 17nom_locate = "4.2.0"
18slotmap = "1" 18slotmap = "1"
19thiserror = "1" 19thiserror = "1"
20 20