diff --git a/Cargo.toml b/Cargo.toml index 615adba..fbe29a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ ahash = "0.8.7" auto_enums = "0.8" either = "1.6" itertools = "0.13" -once_cell = "1.14" +once_cell = "1.18" pulldown-cmark = { version = "0.11", default-features = false, optional = true } regex = "1.10.5" rust_tokenizers = { version = "8", optional = true } @@ -82,7 +82,7 @@ cached-path = { version = "0.6", default-features = false, features = [ "rustls-tls", ] } dirs = "5.0.1" -divan = "0.1" +divan = "0.1.14" fake = "2" insta = { version = "1.39", features = ["glob", "yaml"] } more-asserts = "0.3"