From 19403821235071849d2acf1e768ba5b754d901d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:48:14 +0000 Subject: [PATCH] Update swc_atoms requirement from 0.5.9 to 0.6.4 Updates the requirements on [swc_atoms](https://github.com/swc-project/swc) to permit the latest version. - [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_atoms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f6d77389..14066dd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ swc_common = "0.32.1" sha2 = "0.10.7" hex = "0.4.3" serde_json = "1.0.105" -swc_atoms = "0.5.9" \ No newline at end of file +swc_atoms = "0.6.4" \ No newline at end of file