summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-12-08 19:12:14 -0500
committerGitHub <noreply@github.com>2021-12-08 19:12:14 -0500
commit1507b8c9843262d6514ed61fdba115671dfb7bfe (patch)
tree963e47cf71c5f4bdd457308c3f82becc106c9d27 /core
parent318f48f9adc486e95dcc5f86fd0a1848c6df51f6 (diff)
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 760ad2ee5..0bc5f103a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,8 +15,7 @@ path = "lib.rs"
[dependencies]
anyhow = "1.0.43"
futures = "0.3.16"
-# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved
-indexmap = "=1.6.2"
+indexmap = "1.7.0"
lazy_static = "1.4.0"
libc = "0.2.106"
log = "0.4.14"