From 9dd7a2ba67b7c35e9cd5c9105fdf36aec764fa6e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 29 Sep 2022 12:09:29 +0200 Subject: Update dev-dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 16c0622..d7c1745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,9 @@ unicode-id = { version = "0.3", features = ["no_std"] } env_logger = "0.9" criterion = "0.4" pretty_assertions = "1" -swc_common = "0.28" -swc_ecma_parser = "0.119" -swc_ecma_ast = "0.91" +swc_common = "0.29" +swc_ecma_parser = "0.122" +swc_ecma_ast = "0.94" [build-dependencies] regex = "1" -- cgit