chore: bump criterion from 0.8.1 to 0.8.2

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](https://github.com/criterion-rs/criterion.rs/compare/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>
This commit is contained in:
dependabot[bot] 2026-02-09 12:06:31 +00:00 committed by GitHub
commit a390a57ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ hotpath = { optional = true, version = "0.9.3" }
libc = "0.2.180"
[dev-dependencies]
criterion = "0.8.1"
criterion = "0.8.2"
[features]
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]