Upgrade 'criterion' crate to 0.3 version (#703)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
Co-authored-by: tyranron <tyranron@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-19 12:55:42 +03:00 committed by GitHub
parent dd69375e59
commit 31d339b3a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ harness = false
[dependencies]
juniper = { path = "../juniper" }
futures = "0.3.1"
futures = "0.3"
[dev-dependencies]
criterion = "0.2.11"
criterion = "0.3"
tokio = { version = "0.2.0", features = ["rt-threaded", "rt-core"] }