diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-02 16:55:37 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-02 16:55:37 -0600 |
| commit | 76fbe85264eda4abf9b17f6ec915fdc6ea8c24b0 (patch) | |
| tree | 20d7cbd714f8e2ae1628670c3e2f05af8190619f /cli | |
| parent | 621440017a3fb93dcba6f9153ad150994592de02 (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 'cli')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4e6fa01d5..e3d3fa7fb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -92,7 +92,6 @@ http.workspace = true hyper.workspace = true import_map = "=0.15.0" indexmap.workspace = true -indexmap1.workspace = true jsonc-parser = { version = "=0.21.1", features = ["serde"] } lazy-regex.workspace = true libc.workspace = true |
