summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-08-26 07:10:42 -0600
committerGitHub <noreply@github.com>2023-08-26 07:10:42 -0600
commitd104a09f796d3176ccd73a24906da87073cab85f (patch)
tree07f792ff8dd8ae150888fb9cad1164ab9b46f57c /cli/args/mod.rs
parent5dbf5c82936a1975067101e25580790c8b7c50b7 (diff)
chore(core): bump and trim deps (#20265)
Skipping for a later follow-up: - base64: #20266 - notify - indexmap (will require follow-up in upstream projects)
Diffstat (limited to 'cli/args/mod.rs')
-rw-r--r--cli/args/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/args/mod.rs b/cli/args/mod.rs
index f82ed9a71..536b2c860 100644
--- a/cli/args/mod.rs
+++ b/cli/args/mod.rs
@@ -15,7 +15,7 @@ use deno_npm::resolution::ValidSerializedNpmResolutionSnapshot;
use deno_npm::NpmSystemInfo;
use deno_runtime::deno_tls::RootCertStoreProvider;
use deno_semver::npm::NpmPackageReqReference;
-use indexmap::IndexMap;
+use indexmap1::IndexMap;
pub use deno_config::BenchConfig;
pub use deno_config::CompilerOptions;