From d104a09f796d3176ccd73a24906da87073cab85f Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 26 Aug 2023 07:10:42 -0600 Subject: chore(core): bump and trim deps (#20265) Skipping for a later follow-up: - base64: #20266 - notify - indexmap (will require follow-up in upstream projects) --- cli/args/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/args') 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; -- cgit v1.2.3