From 3c3fc52a0409d047249aca17d62cdcc985618643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:17:24 +0000 Subject: [PATCH] chore(deps): update swc_common requirement from 0.33.10 to 0.36.2 --- updated-dependencies: - dependency-name: swc_common dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3a4a55f..7789a20 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ anyhow = { workspace = true } wizer = "4" structopt = "0.3" swc_atoms = "0.6.5" -swc_common = "0.33.10" +swc_common = "0.36.2" swc_ecma_ast = "0.112" swc_ecma_parser = "0.143" wagen = "0.1"