Skip to content

Commit

Permalink
Bump swc_common from 2.0.1 to 3.0.0 in /fuzz
Browse files Browse the repository at this point in the history
Bumps [swc_common](https://github.com/swc-project/swc) from 2.0.1 to 3.0.0.
- [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/[email protected])

---
updated-dependencies:
- dependency-name: swc_common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 27be6d5 commit d129203
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
34 changes: 30 additions & 4 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
swc_common = "3.0.0"
swc_html_parser = "2.0.0"
swc_html_ast = "2.0.0"

Expand Down

0 comments on commit d129203

Please sign in to comment.