Skip to content

Commit

Permalink
chore: finish indexmap1 removal from deno (denoland#21060)
Browse files Browse the repository at this point in the history
We still pull the dep in from a few other places, but we can let those
get fixed over time.
  • Loading branch information
mmastrac committed Nov 2, 2023
1 parent 6214400 commit 76fbe85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76fbe85

Please sign in to comment.