Skip to content

Commit 207c9a9

Browse files
chore(deps): update rust crate libfuzzer-sys to v0.4.9 (#2106)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libfuzzer-sys](https://redirect.github.com/rust-fuzz/libfuzzer) | workspace.dependencies | patch | `0.4.8` -> `0.4.9` | --- ### Release Notes <details> <summary>rust-fuzz/libfuzzer (libfuzzer-sys)</summary> ### [`v0.4.9`](https://redirect.github.com/rust-fuzz/libfuzzer/blob/HEAD/CHANGELOG.md#049) [Compare Source](https://redirect.github.com/rust-fuzz/libfuzzer/compare/0.4.8...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. *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Will Manning <[email protected]>
1 parent 826a6d4 commit 207c9a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

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

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ allow = [
2727
"ISC",
2828
"MIT",
2929
"MPL-2.0",
30+
"NCSA",
3031
"OpenSSL",
3132
"Unicode-3.0",
3233
"Unicode-DFS-2016",

0 commit comments

Comments
 (0)