Upgrade criterion crate to 0.5 version (#1166)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-06 15:30:35 +00:00 committed by GitHub
parent 74710d8a59
commit 9ef6133a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ futures = "0.3"
juniper = { path = "../juniper" } juniper = { path = "../juniper" }
[dev-dependencies] [dev-dependencies]
criterion = "0.4" criterion = "0.5"
tokio = { version = "1.0", features = ["rt-multi-thread"] } tokio = { version = "1.0", features = ["rt-multi-thread"] }
[[bench]] [[bench]]