diff --git a/Cargo.lock b/Cargo.lock index 22495a80..4042ae82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,9 +1138,9 @@ dependencies = [ [[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", @@ -1162,12 +1162,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]] diff --git a/Cargo.toml b/Cargo.toml index bc660189..7bd17baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ uuid = { version = "1.17", features = ["v4"] } webauthn-rs = { version = "0.5", features = ["danger-allow-state-serialisation"] } [dev-dependencies] -criterion = { version = "0.6", features = ["async_tokio"] } +criterion = { version = "0.7", features = ["async_tokio"] } http-body-util = "0.1" hyper = { version = "1.6", features = ["http1"] } hyper-util = { version = "0.1", features = ["tokio", "http1"] }