Skip to content

chore(deps): bump criterion from 0.8.1 to 0.8.2#256

Merged
arnavk23 merged 1 commit intomainfrom
dependabot/cargo/criterion-0.8.2
Feb 9, 2026
Merged

chore(deps): bump criterion from 0.8.1 to 0.8.2#256
arnavk23 merged 1 commit intomainfrom
dependabot/cargo/criterion-0.8.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps criterion from 0.8.1 to 0.8.2.

Release notes

Sourced from criterion's releases.

criterion-plot-v0.8.2

Other

  • Update Readme

criterion-v0.8.2

Fixed

  • don't build alloca on unsupported targets

Other

  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package
Changelog

Sourced from criterion's changelog.

0.8.2 - 2026-02-04

Fixed

  • don't build alloca on unsupported targets

Other

  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package
Commits
  • 7f0d745 chore: release v0.8.2
  • 4a467ce chore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0
  • b277a75 Fix panic with uniform iteration durations in benchmarks
  • 828af14 fix: don't build alloca on unsupported targets
  • b01316b Update Readme
  • 4c02a3b Exclude development scripts from published package
  • See full diff in compare view

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

Minor patch update to the Criterion benchmarking framework from version 0.8.1 to 0.8.2.

  • Updated criterion dependency version in Cargo.toml
  • Updated criterion-plot dependency version in Cargo.lock
  • Refreshed dependency checksums in lockfile
  • No changes to dependency tree structure or feature configurations
  • Likely includes bug fixes and minor improvements to the benchmarking library

Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](criterion-rs/criterion.rs@criterion-v0.8.1...criterion-v0.8.2)

---
updated-dependencies:
- dependency-name: criterion
  dependency-version: 0.8.2
  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 9, 2026
@entelligence-ai-pr-reviews
Copy link
Contributor

Walkthrough

This pull request performs a minor maintenance update to the Criterion benchmarking framework dependency. Both the main criterion crate and its criterion-plot component are bumped from version 0.8.1 to 0.8.2. This is a patch-level update that typically includes bug fixes and minor improvements to the benchmarking library. The changes are reflected in both the Cargo.toml manifest file and the Cargo.lock lockfile with updated checksums. No structural changes were made to the dependency tree or feature configurations, maintaining the existing optional feature flag setup for the benchmarking framework.

Changes

File(s) Summary
Cargo.toml
Cargo.lock
Updated criterion dependency from version 0.8.1 to 0.8.2, with corresponding updates to criterion-plot and checksums in the lockfile. Maintains existing optional feature flag configuration.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant Cargo as Cargo Build System
    participant Registry as crates.io Registry
    
    Note over Dev,Registry: Dependency Update Process (v0.8.1 → v0.8.2)
    
    Dev->>Cargo: Update criterion version in Cargo.toml
    activate Cargo
    Cargo->>Registry: Fetch criterion 0.8.2 metadata
    Registry-->>Cargo: Return package information
    Cargo->>Registry: Fetch criterion-plot 0.8.2 (transitive dependency)
    Registry-->>Cargo: Return package information
    Cargo->>Cargo: Resolve dependency tree
    Cargo->>Cargo: Update Cargo.lock with new checksums
    deactivate Cargo
    Cargo-->>Dev: Dependencies updated successfully
    
    Note over Dev,Cargo: No code changes - only version bumps
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 0c7dba6 into main Feb 9, 2026
17 checks passed
@arnavk23 arnavk23 deleted the dependabot/cargo/criterion-0.8.2 branch February 9, 2026 17:56
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