Skip to content

Commit

Permalink
Bump the rust group across 1 directory with 4 updates (#114)
Browse files Browse the repository at this point in the history
Bumps the rust group with 4 updates in the /fuzz directory: [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer), [swc_common](https://github.com/swc-project/swc), [swc_html_parser](https://github.com/swc-project/swc) and [swc_html_ast](https://github.com/swc-project/swc).


Updates `libfuzzer-sys` from 0.4.7 to 0.4.8
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/libfuzzer@0.4.7...0.4.8)

Updates `swc_common` from 3.0.0 to 4.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/compare/swc_core@v3.0.0...swc_core@v4.0.0)

Updates `swc_html_parser` from 3.0.0 to 4.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/compare/swc_core@v3.0.0...swc_core@v4.0.0)

Updates `swc_html_ast` from 3.0.0 to 4.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/compare/swc_core@v3.0.0...swc_core@v4.0.1)

---
updated-dependencies:
- dependency-name: libfuzzer-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: swc_common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
- dependency-name: swc_html_parser
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
- dependency-name: swc_html_ast
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f0b6e1d commit 071eff1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions fuzz/Cargo.lock

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

6 changes: 3 additions & 3 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pretty_assertions = "1.0.0"
# thirdparty crates to fuzz against
html5gum_old = { version = "=0.6.1", package = "html5gum" }
html5ever = "0.29.0"
swc_common = "3.0"
swc_html_parser = "3.0"
swc_html_ast = "3.0"
swc_common = "4.0"
swc_html_parser = "4.0"
swc_html_ast = "4.0"

# lol-html and its dependencies
lol_html = { version = "2.0", features = ["integration_test"] }
Expand Down

0 comments on commit 071eff1

Please sign in to comment.