diff --git a/Cargo.lock b/Cargo.lock index 0afe4d50ce526..046478fa9be78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,9 +335,9 @@ dependencies = [ [[package]] name = "criterion2" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05a0f6ef5d7bc5c62d49e823079028b883b2f5321b881f92c1ab317c3427db4" +checksum = "f22174bed309c964c1720148dfe793f285cc02fd8b13c91205d485f73468d94d" dependencies = [ "anes", "bpaf", @@ -345,13 +345,10 @@ dependencies = [ "ciborium", "codspeed", "colored", - "itertools 0.13.0", "num-traits", "oorandom", "serde", - "serde_derive", "serde_json", - "tinytemplate", "walkdir", ] @@ -2553,16 +2550,6 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" -[[package]] -name = "tinytemplate" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "tinyvec" version = "1.6.0" diff --git a/Cargo.toml b/Cargo.toml index c550eef873bf9..aeb1d492d38ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,7 +175,7 @@ base64-simd = "0.8" cfg-if = "1.0.0" schemars = "0.8.21" oxc-browserslist = "0.17.0" -criterion2 = { version = "0.9.0", default-features = false } +criterion2 = { version = "0.10.0", default-features = false } daachorse = { version = "1.0.0" } [workspace.metadata.cargo-shear]