From dfaf45c18bc3dc6803987d70e7887c40275945d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:37:10 +0000 Subject: [PATCH] chore(deps): bump chumsky from 0.11.1 to 0.12.0 Bumps [chumsky](https://github.com/zesterer/chumsky) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/zesterer/chumsky/releases) - [Changelog](https://github.com/zesterer/chumsky/blob/main/CHANGELOG.md) - [Commits](https://github.com/zesterer/chumsky/commits/0.12) --- updated-dependencies: - dependency-name: chumsky dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 944427c..cd34554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,9 +57,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "chumsky" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd3ef0a728f561e3b4157213d178ae7523cbc405423f862da757447588ae103" +checksum = "4ba4a05c9ce83b07de31b31c874e87c069881ac4355db9e752e3a55c11ec75a6" dependencies = [ "hashbrown", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index 8e2ab91..d27d97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] ariadne = "0.5.1" -chumsky = "0.11.1" +chumsky = "0.12.0" logos = "0.15.1" owo-colors = "4.2.3"