diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-14 10:05:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-14 10:05:37 -0400 |
| commit | 443041c23e2e02ea59d69e1f2093c67ddfd818fd (patch) | |
| tree | 06f449773377ec655982d00cdaf4bbd60857973f /cli/Cargo.toml | |
| parent | fc3a966a2d0be8fc76c384603bf18b55e0bbcf14 (diff) | |
feat(vendor): support using an existing import map (#14836)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 61063fd0b..56cae2090 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -71,7 +71,7 @@ env_logger = "=0.9.0" eszip = "=0.20.0" fancy-regex = "=0.9.0" http = "=0.2.6" -import_map = "=0.9.0" +import_map = "=0.11.0" indexmap = "1.8.1" jsonc-parser = { version = "=0.19.0", features = ["serde"] } libc = "=0.2.126" |
