diff --git a/Cargo.toml b/Cargo.toml index 5f2a0c5..8e23cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ unicode_categories = "0.1.1" winnow = { version = "0.7.0", features = ["simd"] } [dev-dependencies] -criterion = "0.4" +criterion = "0.7" indoc = "2.0" pretty_assertions = "1.4.1"