diff --git a/Cargo.toml b/Cargo.toml index c347ffd..3483be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ type-layout = { version = "0.2", optional = true } [dev-dependencies] rand = "0.8" -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "roundtrip"