1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

update dev deps

This commit is contained in:
Rob Ede
2022-10-21 03:23:40 +01:00
parent d5a9a6a1c5
commit 68228a6cf2
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
criterion = { version = "0.4", features = ["html_reports"] }
tokio-test = "0.4.2"
[[bench]]