Skip to content

Commit

Permalink
Bump criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernier committed Sep 13, 2022
1 parent eb73bd2 commit 2b2a6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ exclude = [
]

[dev-dependencies]
criterion = "0.3.5"
criterion = { version = "0.4", default-features = false }
quickcheck = "1"
rand = "0.8.5"
rand = "0.8"

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

0 comments on commit 2b2a6a5

Please sign in to comment.