diff --git a/crates/hoars/Cargo.toml b/crates/hoars/Cargo.toml index fc082b7..b88477e 100644 --- a/crates/hoars/Cargo.toml +++ b/crates/hoars/Cargo.toml @@ -24,7 +24,7 @@ biodivine-lib-bdd = { workspace = true } itertools = { workspace = true } ariadne = "0.5" -chumsky = { version = "0.9.3", default-features = false, features = [ +chumsky = { version = "0.10.0", default-features = false, features = [ "ahash", "std", ] }