mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
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.
This commit is contained in:
parent
621440017a
commit
76fbe85264
3 changed files with 0 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -951,7 +951,6 @@ dependencies = [
|
||||||
"http",
|
"http",
|
||||||
"hyper 0.14.27",
|
"hyper 0.14.27",
|
||||||
"import_map",
|
"import_map",
|
||||||
"indexmap 1.9.3",
|
|
||||||
"indexmap 2.0.2",
|
"indexmap 2.0.2",
|
||||||
"jsonc-parser",
|
"jsonc-parser",
|
||||||
"junction",
|
"junction",
|
||||||
|
|
|
@ -104,8 +104,6 @@ http = "0.2.9"
|
||||||
h2 = { version = "0.3.17", features = ["unstable"] }
|
h2 = { version = "0.3.17", features = ["unstable"] }
|
||||||
httparse = "1.8.0"
|
httparse = "1.8.0"
|
||||||
hyper = { version = "0.14.26", features = ["runtime", "http1"] }
|
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"] }
|
indexmap = { version = "2", features = ["serde"] }
|
||||||
libc = "0.2.126"
|
libc = "0.2.126"
|
||||||
log = "=0.4.20"
|
log = "=0.4.20"
|
||||||
|
|
|
@ -92,7 +92,6 @@ http.workspace = true
|
||||||
hyper.workspace = true
|
hyper.workspace = true
|
||||||
import_map = "=0.15.0"
|
import_map = "=0.15.0"
|
||||||
indexmap.workspace = true
|
indexmap.workspace = true
|
||||||
indexmap1.workspace = true
|
|
||||||
jsonc-parser = { version = "=0.21.1", features = ["serde"] }
|
jsonc-parser = { version = "=0.21.1", features = ["serde"] }
|
||||||
lazy-regex.workspace = true
|
lazy-regex.workspace = true
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue