Skip to content

Commit

Permalink
chore(deps): update rust crate criterion2 to 0.11.0 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 648d43a commit 17c9f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ document-features = { version = "0.2.8", optional = true }
[dev-dependencies]
vfs = "0.12.0" # for testing with in memory file system
rayon = { version = "1.10.0" }
criterion2 = { version = "0.10.0", default-features = false }
criterion2 = { version = "0.11.0", default-features = false }
normalize-path = { version = "0.2.1" }

[features]
Expand Down

0 comments on commit 17c9f9e

Please sign in to comment.