Skip to content

Commit

Permalink
chore: update criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Dec 17, 2023
1 parent 6e62a9b commit a710c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elfo-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ derive_more = "0.99.11"
quanta = "0.12"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5.1"
2 changes: 1 addition & 1 deletion elfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tracing-subscriber = "0.3"
serde = { version = "1.0.120", features = ["derive"] }
toml = "0.7"
humantime-serde = "1"
criterion = "0.4.0"
criterion = "0.5.1"
static_assertions = "1.1.0"
parking_lot = "0.12"
libc = "0.2.97"
Expand Down

0 comments on commit a710c52

Please sign in to comment.