From ba401a6f3a12f85ec141ba50005fe885477d88dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:40:19 +0000 Subject: [PATCH] Bump swc_common from 2.0.0 to 2.0.1 in /fuzz Bumps [swc_common](https://github.com/swc-project/swc) from 2.0.0 to 2.0.1. - [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_common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 12 ++++++------ fuzz/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index f2b376a..ea9f29b 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -323,15 +323,15 @@ dependencies = [ [[package]] name = "html5gum" version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d4c69595eca3d5d246be4c0be51577b0c39c5f8c75d27a06c8a69c7b594cd37" dependencies = [ "jetscii", ] [[package]] name = "html5gum" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4c69595eca3d5d246be4c0be51577b0c39c5f8c75d27a06c8a69c7b594cd37" +version = "0.7.0" dependencies = [ "jetscii", ] @@ -345,7 +345,7 @@ dependencies = [ "encoding_rs", "html5ever", "html5gum 0.6.0", - "html5gum 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "html5gum 0.7.0", "libfuzzer-sys", "lol_html", "pretty_assertions", @@ -1046,9 +1046,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a961e918c450ca5401cb3678dd8b7d80daec0944b67699cdbd5ddb32e5f95497" +checksum = "a9c96bb59e6721eb665764d6dc42a8537d61129ade06f8dd87894d51e018c81d" dependencies = [ "ast_node", "better_scoped_tls", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 5a0e18c..092cc4c 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -15,7 +15,7 @@ pretty_assertions = "1.0.0" # thirdparty crates to fuzz against html5gum_old = { version = "0.6.0", package = "html5gum" } html5ever = "0.27.0" -swc_common = "2.0.0" +swc_common = "2.0.1" swc_html_parser = "2.0.0" swc_html_ast = "2.0.0"