Skip to content

Commit 071eff1

Browse files
Bump the rust group across 1 directory with 4 updates (#114)
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/[email protected][email protected]) 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/[email protected][email protected]) 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/[email protected][email protected]) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0b6e1d commit 071eff1

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

fuzz/Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ pretty_assertions = "1.0.0"
1515
# thirdparty crates to fuzz against
1616
html5gum_old = { version = "=0.6.1", package = "html5gum" }
1717
html5ever = "0.29.0"
18-
swc_common = "3.0"
19-
swc_html_parser = "3.0"
20-
swc_html_ast = "3.0"
18+
swc_common = "4.0"
19+
swc_html_parser = "4.0"
20+
swc_html_ast = "4.0"
2121

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

0 commit comments

Comments
 (0)