From 30ed6c82183cbb142e905175fc3553eb942e13b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 19:17:08 +0000 Subject: [PATCH] chore(deps): bump swc_ecma_ast from 0.90.16 to 0.90.20 in /backend (#561) Bumps [swc_ecma_ast](https://github.com/swc-project/swc) from 0.90.16 to 0.90.20. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: swc_ecma_ast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index db71f762de..2d34da57a8 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3460,9 +3460,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.90.16" +version = "0.90.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbe26d2bc1a5b795b231a483bb8d070329bc8ba865d28dfa566cb1cf96e5d560" +checksum = "f712949db06518bec7b7e050aa3bcde749a74fbf79f4f520ab179d0445b63593" dependencies = [ "bitflags", "is-macro",