diff --git a/bluejay-parser/Cargo.toml b/bluejay-parser/Cargo.toml index 95dbb70..633890e 100644 --- a/bluejay-parser/Cargo.toml +++ b/bluejay-parser/Cargo.toml @@ -19,7 +19,7 @@ strum = { version = "0.27", features = ["derive"] } itertools = "0.14.0" [dev-dependencies] -criterion = "0.7" +criterion = "0.8" insta = { version = "1.28", features = ["glob"] } self_cell = "1.0.3" diff --git a/bluejay-validator/Cargo.toml b/bluejay-validator/Cargo.toml index 320cc83..71d3195 100644 --- a/bluejay-validator/Cargo.toml +++ b/bluejay-validator/Cargo.toml @@ -19,7 +19,7 @@ seq-macro = "0.3.5" [dev-dependencies] bluejay-core = { workspace = true, features = ["serde_json"] } -criterion = "0.7" +criterion = "0.8" insta = { version = "1.28", features = ["glob"] } once_cell = "1.17" serde_json = { version = "1.0" }