chore(deps): bump libfuzzer-sys from 0.4.10 to 0.4.12#259
Conversation
Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.10 to 0.4.12. - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/libfuzzer/commits) --- updated-dependencies: - dependency-name: libfuzzer-sys dependency-version: 0.4.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThis PR performs a routine dependency maintenance update by bumping the Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Build as Build System
participant Cargo as Cargo Package Manager
participant Registry as crates.io Registry
Note over Build,Registry: Dependency Update: libfuzzer-sys 0.4.10 → 0.4.12
Build->>Cargo: Request dependency resolution
Cargo->>Registry: Fetch libfuzzer-sys v0.4.12
Registry-->>Cargo: Return package metadata
Cargo->>Cargo: Verify checksum (f12a681b7dd8...)
Cargo->>Cargo: Resolve transitive dependencies<br/>(arbitrary, cc, once_cell)
Cargo-->>Build: Update Cargo.lock with new version
Note over Build: No runtime behavior changes<br/>Only dependency version updated
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Bumps libfuzzer-sys from 0.4.10 to 0.4.12.
Changelog
Sourced from libfuzzer-sys's changelog.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)EntelligenceAI PR Summary
Routine dependency update for the fuzzing library infrastructure.
libfuzzer-sysfrom version 0.4.10 to 0.4.12