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