diff --git a/native/Cargo.lock b/native/Cargo.lock index ee5f0d57..402e96d4 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -111,9 +111,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "criterion" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679" +checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928" dependencies = [ "anes", "cast", @@ -134,12 +134,12 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" +checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338" dependencies = [ "cast", - "itertools 0.10.5", + "itertools 0.13.0", ] [[package]] @@ -235,15 +235,6 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" diff --git a/native/libcst/Cargo.toml b/native/libcst/Cargo.toml index 5b9f2f86..8b1b27de 100644 --- a/native/libcst/Cargo.toml +++ b/native/libcst/Cargo.toml @@ -45,7 +45,7 @@ memchr = "2.7.4" libcst_derive = { path = "../libcst_derive", version = "1.8.2" } [dev-dependencies] -criterion = { version = "0.6.0", features = ["html_reports"] } +criterion = { version = "0.7.0", features = ["html_reports"] } difference = "2.0.0" rayon = "1.10.0" itertools = "0.14.0"