Skip to content

Commit

Permalink
Bump criterion from 0.4.0 to 0.5.0
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.0.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pacman82 committed May 25, 2023
1 parent 1bc089d commit d27201d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 41 deletions.
47 changes: 7 additions & 40 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 odbc-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ anyhow = "1.0.71"
csv = "1.2.1"
test-case = "3.1.0"
tempfile = "3.5.0"
criterion = { version = "0.4.0", features = ["html_reports"] }
criterion = { version = "0.5.0", features = ["html_reports"] }
tokio = { version = "1.28.1", features = ["rt", "macros", "time"] }
stdext = "0.3.1" # Used for function_name macro to generate unique table names for tests

Expand Down

0 comments on commit d27201d

Please sign in to comment.