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 /Cargo.toml | |
| 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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3d6800cef..58f46f04a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,8 +104,6 @@ http = "0.2.9" h2 = { version = "0.3.17", features = ["unstable"] } httparse = "1.8.0" hyper = { version = "0.14.26", features = ["runtime", "http1"] } -# TODO(mmastrac): indexmap 2.0 will require multiple synchronized changes -indexmap1 = { package = "indexmap", version = "1", features = ["serde"] } indexmap = { version = "2", features = ["serde"] } libc = "0.2.126" log = "=0.4.20" |
