Skip to content

Commit

Permalink
chore(deps): bump criterion from 0.4.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.1.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent cca6669 commit 88461d3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 90 deletions.
132 changes: 43 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tfhe = { version = "0.8.0", features = [ "boolean", "shortint", "integer", "x86_
tfhe = { version = "0.8.0", features = [ "boolean", "shortint", "integer", "aarch64-unix" ] }

[dev-dependencies]
criterion = "0.4" # Use Criterion for stable benchmarking
criterion = "0.5" # Use Criterion for stable benchmarking

[[bench]]
name = "benchmarks"
Expand Down

0 comments on commit 88461d3

Please sign in to comment.