Skip to content

Commit

Permalink
Merge pull request #80 from ohadravid/dependabot/cargo/criterion-0.5
Browse files Browse the repository at this point in the history
chore(deps): update criterion requirement from 0.4 to 0.5
  • Loading branch information
ohadravid authored Jun 2, 2023
2 parents 2fb38ea + 0b714e7 commit 86f8cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ log = "0.4"
async-std = { version = "1.10", features = ["attributes"] }
tokio = { version = "1.20.0", features = ["rt", "macros"] }
serde_json = { version = "1.0" }
criterion = "0.4"
criterion = "0.5"
tempdir = "0.3"

[[bin]]
Expand Down

0 comments on commit 86f8cf8

Please sign in to comment.