chore(deps): bump criterion from 0.8.1 to 0.8.2#256
Conversation
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>
WalkthroughThis pull request performs a minor maintenance update to the Criterion benchmarking framework dependency. Both the main Changes
Sequence DiagramThis 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
🔗 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 criterion from 0.8.1 to 0.8.2.
Release notes
Sourced from criterion's releases.
Changelog
Sourced from criterion's changelog.
Commits
7f0d745chore: release v0.8.24a467cechore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0b277a75Fix panic with uniform iteration durations in benchmarks828af14fix: don't build alloca on unsupported targetsb01316bUpdate Readme4c02a3bExclude development scripts from published packageDependabot 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
Minor patch update to the Criterion benchmarking framework from version 0.8.1 to 0.8.2.
criteriondependency version in Cargo.tomlcriterion-plotdependency version in Cargo.lock