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:
parent
dd69375e59
commit
31d339b3a9
1 changed files with 2 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue