From ebcfcc333175fa02cdf24ed59a8c4e4d47a3b6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:30:42 +0000 Subject: [PATCH] Update chumsky requirement from 0.9.3 to 0.10.0 --- updated-dependencies: - dependency-name: chumsky dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/hoars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] }