diff --git a/Cargo.toml b/Cargo.toml index 29285bb..b7d4d2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ js-sys = { version = "0.3", optional = true } web-sys = { version = "0.3", optional = true } [dev-dependencies] -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.6", features = ["html_reports"] } tokio = { version = "1.0", features = ["full"] } tempfile = "3.0" memmap2 = "0.9"