summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-02-08 21:13:08 -0500
committerGitHub <noreply@github.com>2024-02-09 02:13:08 +0000
commitb0119134f79fc43a1aceb543ba3ba7b8c7431e80 (patch)
treec8f9cc591184aeaf3f84ebad3a3ddb2d5c7249e8 /cli
parent2fc8d2a354bc8a9a87f8649550d2723dedf70f2f (diff)
fix: handle non-file scopes in synthetic import map (#22361)
Closes #22353
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index dffce000a..f9e59abc3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -97,7 +97,7 @@ flate2.workspace = true
fs3.workspace = true
glob = "0.3.1"
hex.workspace = true
-import_map = { version = "=0.18.2", features = ["ext"] }
+import_map = { version = "=0.18.3", features = ["ext"] }
indexmap.workspace = true
jsonc-parser = { version = "=0.23.0", features = ["serde"] }
lazy-regex.workspace = true