Update criterion to 0.5

This commit is contained in:
Alex Orlenko 2023-06-04 18:31:10 +01:00
parent 8ab0ccf11c
commit 0f5c68dcf8
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ffi = { package = "mlua-sys", version = "0.1.0", path = "mlua-sys" }
[dev-dependencies]
rustyline = "11.0"
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
criterion = { version = "0.5", features = ["async_tokio"] }
trybuild = "1.0"
futures = "0.3.5"
hyper = { version = "0.14", features = ["client", "server"] }