From 7da29ab4531f4284b92a0392f4e0fc5fd6121bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:31:33 +0000 Subject: [PATCH] chore(deps): update swc_common requirement from 0.33.10 to 0.36.1 --- 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..396a895 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.1" swc_ecma_ast = "0.112" swc_ecma_parser = "0.143" wagen = "0.1"