Skip to content

Commit

Permalink
chore(deps): bump the patches group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 2 updates in the / directory: [psl](https://github.com/addr-rs/psl) and [afl](https://github.com/rust-fuzz/afl.rs).


Updates `psl` from 2.1.57 to 2.1.58
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](addr-rs/psl@v2.1.57...v2.1.58)

Updates `afl` from 0.15.11 to 0.15.12
- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)
- [Commits](rust-fuzz/afl.rs@v0.15.11...v0.15.12)

---
updated-dependencies:
- dependency-name: psl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: afl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent af77538 commit a60d343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "fuzz"
path = "src/main.rs"

[dependencies]
afl = "0.15.11"
afl = "0.15.12"
vrl = { path = "../../" }

0 comments on commit a60d343

Please sign in to comment.