From e5fbd0dfcbd867fcbd6a677a537e1533ad0739dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 18:01:34 +0000 Subject: chore(deps): update rust crate slotmap to 1.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4489bbc..fd9543b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ inquire = "0.6" log = "0.4.21" nom = "7.1.3" nom_locate = "4.2.0" -slotmap = "1" +slotmap = "1.0.7" thiserror = "1" [profile.release] -- cgit