summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-02 16:55:37 -0600
committerGitHub <noreply@github.com>2023-11-02 16:55:37 -0600
commit76fbe85264eda4abf9b17f6ec915fdc6ea8c24b0 (patch)
tree20d7cbd714f8e2ae1628670c3e2f05af8190619f /Cargo.lock
parent621440017a3fb93dcba6f9153ad150994592de02 (diff)
chore: finish indexmap1 removal from deno (#21060)
We still pull the dep in from a few other places, but we can let those get fixed over time.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 759f9cb27..d0b3a033b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -951,7 +951,6 @@ dependencies = [
"http",
"hyper 0.14.27",
"import_map",
- "indexmap 1.9.3",
"indexmap 2.0.2",
"jsonc-parser",
"junction",