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 8 updates #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
libfuzzer-sys 0.4.8 0.4.9
afl 0.15.11 0.15.15
html5ever 0.29.0 0.29.1
swc_common 4.0.0 5.0.0
swc_html_parser 4.0.0 8.0.0
swc_html_ast 4.0.1 8.0.0
lol_html 2.0.0 2.2.0
bytes 1.8.0 1.10.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.15

Changelog

Sourced from afl's changelog.

0.15.15

  • Update AFLplusplus to 4.31c

    Version 0.15.14 claimed that it updated AFLplusplus to 4.31c. However, commit e586a66 incorrectly undid the update. This release corrects the error.

0.15.14

0.15.13

0.15.12

Commits

Updates html5ever from 0.29.0 to 0.29.1

Commits

Updates swc_common from 4.0.0 to 5.0.0

Changelog

Sourced from swc_common's changelog.

[[email protected]] - 2025-02-24

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

  • (swc_allocator) Add #[inline] to allocator methods (#10066) (853eb53)

Performance

... (truncated)

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_parser from 4.0.0 to 8.0.0

Changelog

Sourced from swc_html_parser's changelog.

[[email protected]] - 2025-02-17

Bug Fixes

  • (deps) Update cargo (patch) (#10021) (ffb7734)

  • (typescript) Improve type inferring for undefined and null (#10038) (5059ece)

  • (typescript) Remove the usages of private members (#10037) (8410b59)

Performance

Testing

[[email protected]] - 2025-02-13

Bug Fixes

  • (es/minifier) Check assign target before merge assign cond (#10020) (6dab49a)

  • (es/parser) Preserve comment positions with leading semicolon (#10019) (c9937b6)

  • (swc_common) Fix panic with non-narrow chars with width != 2 (#10011) (f9f4cac)

  • (ts/fast-strip) Handle unsupported module keyword (#10022) (308f5d0)

Performance

... (truncated)

Commits
  • 8afbf15 chore: Publish crates with swc_core v8.0.0
  • 6e1c9fd feat(es/minifier): Support preserve_annotations of terser (#9775)
  • 6b36ffd chore: Publish crates with swc_core v7.0.0
  • 0f12bbd refactor(estree/compat): Do not use nightly features (#9772)
  • 0adad25 feat(typescript): Align isolatedDeclaration implementation with tsc (#9715)
  • bd77f44 chore(ci): Fix cargo deny action (#9773)
  • ed65eee feat: Apply Wasm-breaking changes (#9771)
  • b83c44f fix(es/codegen): Use raw value for emitting JSX text (#9762)
  • fa80a1e chore(deps): update dependency magic-string to v0.30.13 (#9747)
  • c316c84 chore: Publish crates with swc_core v6.0.2
  • Additional commits viewable in compare view

Updates swc_html_ast from 4.0.1 to 8.0.0

Changelog

Sourced from swc_html_ast's changelog.

[[email protected]] - 2025-02-19

Bug Fixes

  • (hstr) Prevent memory leak for global stores (#10047) (4718bc0)

Miscellaneous Tasks

  • (es/minifier) Make minify-all example ignore parsing errors (#10045) (6c7ec46)

Testing

  • (ts/fast-strip) Add tests for declare module error cases (#10040) (37672e0)

Build

  • (es) Select optimization level for each crates (#10046) (c28d494)

[[email protected]] - 2025-02-17

Bug Fixes

  • (deps) Update cargo (patch) (#10021) (ffb7734)

  • (typescript) Improve type inferring for undefined and null (#10038) (5059ece)

  • (typescript) Remove the usages of private members (#10037) (8410b59)

Performance

Testing

... (truncated)

Commits
  • 8afbf15 chore: Publish crates with swc_core v8.0.0
  • 6e1c9fd feat(es/minifier): Support preserve_annotations of terser (#9775)
  • 6b36ffd chore: Publish crates with swc_core v7.0.0
  • 0f12bbd refactor(estree/compat): Do not use nightly features (#9772)
  • 0adad25 feat(typescript): Align isolatedDeclaration implementation with tsc (#9715)
  • bd77f44 chore(ci): Fix cargo deny action (#9773)
  • ed65eee feat: Apply Wasm-breaking changes (#9771)
  • b83c44f fix(es/codegen): Use raw value for emitting JSX text (#9762)
  • fa80a1e chore(deps): update dependency magic-string to v0.30.13 (#9747)
  • c316c84 chore: Publish crates with swc_core v6.0.2
  • 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.10.0

Release notes

Sourced from bytes's releases.

Bytes v1.10.0

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

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.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

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
  • e0f3a25 chore: prepare bytes v1.10.0 (#766)
  • 16fd473 Add feature to support platforms without atomic CAS (#467)
  • 71824b0 ci: test AArch64 and run tests instead of build in cross job (#763)
  • 7a87660 Use [lints] to address unexpected_cfgs lint (#762)
  • 3ab876f Try get methods for Buf trait (#753)
  • a1b1208 Disable test_bytes_vec_alloc test on miri (#755)
  • aae4969 Add specialized Buf::chunks_vectored for Take (#617)
  • 103d7bf Remove incorrect guarantee for chunks_vectored (#754)
  • 16cc574 Implement Buf::chunks_vectored for VecDeque\<u8> (#708)
  • 0e9e4fc Expand Buf tests (#747)
  • Additional commits viewable in compare view

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 8 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.15` |
| [html5ever](https://github.com/servo/html5ever) | `0.29.0` | `0.29.1` |
| [swc_common](https://github.com/swc-project/swc) | `4.0.0` | `5.0.0` |
| [swc_html_parser](https://github.com/swc-project/swc) | `4.0.0` | `8.0.0` |
| [swc_html_ast](https://github.com/swc-project/swc) | `4.0.1` | `8.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.10.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.15
- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)
- [Commits](rust-fuzz/afl.rs@v0.15.11...v0.15.15)

Updates `html5ever` from 0.29.0 to 0.29.1
- [Commits](https://github.com/servo/html5ever/commits)

Updates `swc_common` 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-CORE.md)
- [Commits](https://github.com/swc-project/swc/compare/[email protected][email protected])

Updates `swc_html_parser` from 4.0.0 to 8.0.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/compare/[email protected][email protected])

Updates `swc_html_ast` from 4.0.1 to 8.0.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.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.10.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.10.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: html5ever
  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 Mar 1, 2025
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