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 cargo group across 2 directories with 3 updates #3

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the cargo group with 2 updates in the /damn_vulnerable_c_program_git directory: libafl and regex.
Bumps the cargo group with 2 updates in the /damn_vulnerable_c_program_shmem directory: libafl and regex.

Updates libafl from 0.6.1 to 0.11.2

Release notes

Sourced from libafl's releases.

0.11.2

Highlights

  • Unicode-preserving mutators
  • Reworked Tui (GSoC project by @​ToSeven)
  • Scalability introspector
  • Larger libafl_frida rework, replaced capstone with yaxpeax in many places
  • Extended libafl_qemu features, added CmpLog and more

What's Changed

... (truncated)

Commits

Updates regex from 1.5.4 to 1.7.3

Changelog

Sourced from regex's changelog.

1.7.3 (2023-03-24)

This is a small release that fixes a bug in Regex::shortest_match_at that could cause it to panic, even when the offset given is valid.

Bug fixes:

1.7.2 (2023-03-21)

This is a small release that fixes a failing test on FreeBSD.

Bug fixes:

1.7.1 (2023-01-09)

This release was done principally to try and fix the doc.rs rendering for the regex crate.

Performance improvements:

Bug fixes:

1.7.0 (2022-11-05)

This release principally includes an upgrade to Unicode 15.

New features:

1.6.0 (2022-07-05)

This release principally includes an upgrade to Unicode 14.

... (truncated)

Commits

Updates windows from 0.18.0 to 0.51.1

Release notes

Sourced from windows's releases.

windows-targets 0.48.1

This is a semver-compatible update to the windows-targets crate to improve gnullvm compatibility by including #2515 as requested in #2557.

Other crates will not be updated at this time.

Commits

Updates libafl from 0.6.1 to 0.11.2

Release notes

Sourced from libafl's releases.

0.11.2

Highlights

  • Unicode-preserving mutators
  • Reworked Tui (GSoC project by @​ToSeven)
  • Scalability introspector
  • Larger libafl_frida rework, replaced capstone with yaxpeax in many places
  • Extended libafl_qemu features, added CmpLog and more

What's Changed

... (truncated)

Commits

Updates regex from 1.5.4 to 1.7.3

Changelog

Sourced from regex's changelog.

1.7.3 (2023-03-24)

This is a small release that fixes a bug in Regex::shortest_match_at that could cause it to panic, even when the offset given is valid.

Bug fixes:

1.7.2 (2023-03-21)

This is a small release that fixes a failing test on FreeBSD.

Bug fixes:

1.7.1 (2023-01-09)

This release was done principally to try and fix the doc.rs rendering for the regex crate.

Performance improvements:

Bug fixes:

1.7.0 (2022-11-05)

This release principally includes an upgrade to Unicode 15.

New features:

1.6.0 (2022-07-05)

This release principally includes an upgrade to Unicode 14.

... (truncated)

Commits

Updates windows from 0.18.0 to 0.51.1

Release notes

Sourced from windows's releases.

windows-targets 0.48.1

This is a semver-compatible update to the windows-targets crate to improve gnullvm compatibility by including #2515 as requested in #2557.

Other crates will not be updated at this time.

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 2 updates in the /damn_vulnerable_c_program_git directory: [libafl](https://github.com/AFLplusplus/LibAFL) and [regex](https://github.com/rust-lang/regex).
Bumps the cargo group with 2 updates in the /damn_vulnerable_c_program_shmem directory: [libafl](https://github.com/AFLplusplus/LibAFL) and [regex](https://github.com/rust-lang/regex).


Updates `libafl` from 0.6.1 to 0.11.2
- [Release notes](https://github.com/AFLplusplus/LibAFL/releases)
- [Commits](https://github.com/AFLplusplus/LibAFL/commits/0.11.2)

Updates `regex` from 1.5.4 to 1.7.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.5.4...1.7.3)

Updates `windows` from 0.18.0 to 0.51.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.18.0...0.51.1)

Updates `libafl` from 0.6.1 to 0.11.2
- [Release notes](https://github.com/AFLplusplus/LibAFL/releases)
- [Commits](https://github.com/AFLplusplus/LibAFL/commits/0.11.2)

Updates `regex` from 1.5.4 to 1.7.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.5.4...1.7.3)

Updates `windows` from 0.18.0 to 0.51.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.18.0...0.51.1)

---
updated-dependencies:
- dependency-name: libafl
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: regex
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: windows
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: libafl
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: regex
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: windows
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants