Skip to content

chore(deps): bump libfuzzer-sys from 0.4.10 to 0.4.12#259

Merged
arnavk23 merged 1 commit intomainfrom
dependabot/cargo/libfuzzer-sys-0.4.12
Feb 18, 2026
Merged

chore(deps): bump libfuzzer-sys from 0.4.10 to 0.4.12#259
arnavk23 merged 1 commit intomainfrom
dependabot/cargo/libfuzzer-sys-0.4.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps libfuzzer-sys from 0.4.10 to 0.4.12.

Changelog

Sourced from libfuzzer-sys's changelog.

0.4.12

Released 2026-02-10.

Changed

  • Recommend SmallRng over StdRng in the examples for faster, more lightweight seeding and sampling
  • Updated rand dependency from 0.8.5 to 0.10
  • Updated flate2 dependency from 1.0.24 to 1.1
  • Rename gen variable to rng for better 2024 Edition compatibility

0.4.11

Released 2026-02-10.

Changed

  • Updated to libFuzzer commit a47b42eb9f9b (release/22.x).

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

  • Bumped libfuzzer-sys from version 0.4.10 to 0.4.12
  • Updated package checksum in Cargo.lock
  • Transitive dependencies (arbitrary, cc, once_cell) remain unchanged
  • Patch-level update likely includes bug fixes or minor improvements

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 16, 2026
@entelligence-ai-pr-reviews
Copy link
Contributor

Walkthrough

This PR performs a routine dependency maintenance update by bumping the libfuzzer-sys fuzzing library from version 0.4.10 to 0.4.12. This is a minor version increment that updates the package checksum in the Cargo.lock file, indicating patch-level changes to the fuzzing infrastructure. All transitive dependencies (arbitrary, cc, once_cell) remain at their current versions, ensuring stability. This type of update typically includes bug fixes, security patches, or minor improvements to the fuzzing capabilities without introducing breaking changes or new features.

Changes

File(s) Summary
Cargo.lock Updated libfuzzer-sys dependency from version 0.4.10 to 0.4.12 with corresponding checksum update. Transitive dependencies remain unchanged.

Sequence Diagram

This 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
Loading

🔗 Cross-Repository Impact Analysis

Enable automatic detection of breaking changes across your dependent repositories. → Set up now

Learn more about Cross-Repository Analysis

What It Does

  • Automatically identifies repositories that depend on this code
  • Analyzes potential breaking changes across your entire codebase
  • Provides risk assessment before merging to prevent cross-repo issues

How to Enable

  1. Visit Settings → Code Management
  2. Configure repository dependencies
  3. Future PRs will automatically include cross-repo impact analysis!

Benefits

  • 🛡️ Prevent breaking changes across repositories
  • 🔍 Catch integration issues before they reach production
  • 📊 Better visibility into your multi-repo architecture

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please 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 below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@arnavk23 arnavk23 merged commit d53e43d into main Feb 18, 2026
17 checks passed
@arnavk23 arnavk23 deleted the dependabot/cargo/libfuzzer-sys-0.4.12 branch February 18, 2026 13:19
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.

1 participant

Comments