diff --git a/crates/benchmark-suite/Cargo.toml b/crates/benchmark-suite/Cargo.toml index 63539c9a..a6f8d068 100644 --- a/crates/benchmark-suite/Cargo.toml +++ b/crates/benchmark-suite/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dev-dependencies] benchmark = { path = "../benchmark/" } boon = "0.6.0" -criterion = { version = "0.7", default-features = false } +criterion = { version = "0.8", default-features = false } jsonschema-valid = "0.5.2" serde_json.workspace = true valico = "4.0.0" diff --git a/crates/jsonschema-referencing/Cargo.toml b/crates/jsonschema-referencing/Cargo.toml index 047b1489..40b55d46 100644 --- a/crates/jsonschema-referencing/Cargo.toml +++ b/crates/jsonschema-referencing/Cargo.toml @@ -30,7 +30,7 @@ hashbrown = "0.16" [dev-dependencies] benchmark = { path = "../benchmark/" } codspeed-criterion-compat = { version = "4.1", default-features = false } -criterion = { version = "0.7", default-features = false } +criterion = { version = "0.8", default-features = false } # This one is to make `wasm32-unknown-unknown` lints happy (codspeed depends on it) getrandom = { version = "0.2", features = ["js"] } referencing_testsuite = { package = "jsonschema-referencing-testsuite", path = "../jsonschema-referencing-testsuite/" } diff --git a/crates/jsonschema/Cargo.toml b/crates/jsonschema/Cargo.toml index cf52456f..9d1b9f57 100644 --- a/crates/jsonschema/Cargo.toml +++ b/crates/jsonschema/Cargo.toml @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.55" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] benchmark = { path = "../benchmark/" } codspeed-criterion-compat = { version = "4.1", default-features = false } -criterion = { version = "0.7", default-features = false } +criterion = { version = "0.8", default-features = false } tempfile = "3.13.0" test-case = "3" tokio = { version = "1", features = ["macros", "rt"] }