Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust group across 1 directory with 7 updates #117

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the rust group with 7 updates in the /fuzz directory:

Package From To
libfuzzer-sys 0.4.8 0.4.9
afl 0.15.11 0.15.13
swc_common 4.0.0 5.0.1
swc_html_parser 4.0.0 5.0.0
swc_html_ast 4.0.1 5.0.0
lol_html 2.0.0 2.2.0
bytes 1.8.0 1.9.0

Updates libfuzzer-sys from 0.4.8 to 0.4.9

Changelog

Sourced from libfuzzer-sys's changelog.

0.4.9

Released 2025-01-28.

Added

  • The example_init demonstrates how to pass an initialization code block to the fuzz_target! macro.

Changed

  • The fuzz_target! macro now supports the generation of LLVMFuzzerInitialize to execute initialization code once before running the fuzzer. This change is not breaking and is completely backward compatible.

Commits

Updates afl from 0.15.11 to 0.15.13

Changelog

Sourced from afl's changelog.

0.15.13

0.15.12

Commits

Updates swc_common from 4.0.0 to 5.0.1

Commits
  • f40532f chore: Publish crates with swc_core v5.0.1
  • 569c799 fix(es/codegen): Fix ends_with_alpha_num (#9720)
  • c45e08f chore: Update changelog
  • 0d80301 chore: Publish 1.9.0 with swc_core v5.0.0
  • 76f6cc0 chore: Update changelog
  • 2180f7c chore: Publish 1.9.0-nightly-20241106.1 with swc_core v5.0.0
  • c2c9e1a chore: Publish crates with swc_core v5.0.0
  • d48e6e8 chore(deps): update rust crate is-macro to v0.3.7 (#9713)
  • d7cb85f chore: Publish crates with swc_core v5.0.0
  • 772f023 fix(es/plugin): Revert #9696 (#9717)
  • Additional commits viewable in compare view

Updates swc_html_parser from 4.0.0 to 5.0.0

Commits
  • d7cb85f chore: Publish crates with swc_core v5.0.0
  • 772f023 fix(es/plugin): Revert #9696 (#9717)
  • 6194044 feat(typescript): Port deno isolatedDeclarations updates (#9712)
  • b49317a fix(es/minifier): Avoid generating reserved mangling names (#9710)
  • 499c803 chore: Typo (#9709)
  • 56e83e2 chore: Update changelog
  • 4d811e4 chore: Publish 1.8.0 with swc_core v4.0.3
  • 801e044 chore: Publish 1.8.0-nightly-20241104.1 with swc_core v4.0.3
  • d1e182a chore: Publish crates with swc_core v4.0.3
  • c135f71 fix(es/typescript): Handle ASI hazards in fast type strip (#9707)
  • Additional commits viewable in compare view

Updates swc_html_ast from 4.0.1 to 5.0.0

Commits
  • d7cb85f chore: Publish crates with swc_core v5.0.0
  • 772f023 fix(es/plugin): Revert #9696 (#9717)
  • 6194044 feat(typescript): Port deno isolatedDeclarations updates (#9712)
  • b49317a fix(es/minifier): Avoid generating reserved mangling names (#9710)
  • 499c803 chore: Typo (#9709)
  • 56e83e2 chore: Update changelog
  • 4d811e4 chore: Publish 1.8.0 with swc_core v4.0.3
  • 801e044 chore: Publish 1.8.0-nightly-20241104.1 with swc_core v4.0.3
  • d1e182a chore: Publish crates with swc_core v4.0.3
  • c135f71 fix(es/typescript): Handle ASI hazards in fast type strip (#9707)
  • Additional commits viewable in compare view

Updates lol_html from 2.0.0 to 2.2.0

Release notes

Sourced from lol_html's releases.

v2.2.0

  • Updated cssparser and selectors dependencies
  • Adopted cargo-c for building the C API
  • Added WASM/JS API
  • An invalid /> syntax will be removed when content is added to an HTML element

v2.1.0

  • Added streaming handlers.
  • Only allow changing the charset once with the <meta> tag, in accordance with the HTML spec.
  • Fixed parsing of invalid elements in <svg> and <math>.
Changelog

Sourced from lol_html's changelog.

v2.2.0

  • Updated cssparser and selectors dependencies
  • Adopted cargo-c for building the C API
  • Added WASM/JS API
  • An invalid /> syntax will be removed when content is added to an HTML element

v2.1.0

  • Added streaming handlers.
  • Only allow changing the charset once with the <meta> tag, in accordance with the HTML spec.
  • Fixed parsing of invalid elements in <svg> and <math>.
Commits

Updates bytes from 1.8.0 to 1.9.0

Release notes

Sourced from bytes's releases.

Bytes v1.9.0

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Changelog

Sourced from bytes's changelog.

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust group with 7 updates in the /fuzz directory:

| Package | From | To |
| --- | --- | --- |
| [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.8` | `0.4.9` |
| [afl](https://github.com/rust-fuzz/afl.rs) | `0.15.11` | `0.15.13` |
| [swc_common](https://github.com/swc-project/swc) | `4.0.0` | `5.0.1` |
| [swc_html_parser](https://github.com/swc-project/swc) | `4.0.0` | `5.0.0` |
| [swc_html_ast](https://github.com/swc-project/swc) | `4.0.1` | `5.0.0` |
| [lol_html](https://github.com/cloudflare/lol-html) | `2.0.0` | `2.2.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |



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

Updates `afl` from 0.15.11 to 0.15.13
- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)
- [Commits](https://github.com/rust-fuzz/afl.rs/commits)

Updates `swc_common` from 4.0.0 to 5.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])

Updates `swc_html_parser` from 4.0.0 to 5.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 4.0.1 to 5.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 `lol_html` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/cloudflare/lol-html/releases)
- [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md)
- [Commits](cloudflare/lol-html@v2.0.0...v2.2.0)

Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: libfuzzer-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: afl
  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
- dependency-name: lol_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/fuzz/rust-db50e396bd branch March 1, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants