diff --git a/Cargo.lock b/Cargo.lock index c4ede90..e6221c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "criterion" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf" +checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" dependencies = [ "alloca", "anes", @@ -255,9 +255,9 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4" +checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" dependencies = [ "cast", "itertools", diff --git a/Cargo.toml b/Cargo.toml index e3f54be..7f5ad18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hotpath = { optional = true, version = "0.9.3" } libc = "0.2.180" [dev-dependencies] -criterion = "0.8.1" +criterion = "0.8.2" [features] hotpath = [ "dep:hotpath", "hotpath/hotpath" ]