From a5d7ea159f72ccd815185530508b09a1cbf23d68 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 13 Dec 2022 13:00:40 +0400 Subject: Update dev-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bd27a80..9020117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ unicode-id = { version = "0.3", features = ["no_std"] } env_logger = "0.10" criterion = "0.4" pretty_assertions = "1" -swc_core = { version = "0.43.30", features = [ +swc_core = { version = "0.48.0", features = [ "ecma_ast", "ecma_visit", "ecma_parser", -- cgit