summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-07-14 11:12:18 +1000
committerGitHub <noreply@github.com>2022-07-14 11:12:18 +1000
commit7e06d33b34394fda96d27082a7a22a4ff91fa86f (patch)
tree370e80c01eb68c14e70928e8335adfde3f712e96 /cli/Cargo.toml
parent294b27717c47ff6536cc12dd81241697cf84d72e (diff)
feat(lsp): provide import map remapping diags and fixes (#15165)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 41feb09e4..12edb9413 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -71,7 +71,7 @@ env_logger = "=0.9.0"
eszip = "=0.22.0"
fancy-regex = "=0.9.0"
http = "=0.2.6"
-import_map = "=0.11.0"
+import_map = "=0.12.1"
indexmap = "1.8.1"
jsonc-parser = { version = "=0.19.0", features = ["serde"] }
libc = "=0.2.126"