From 165f60e71b897141ce70dd6e3b550a1e66f3b6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:02:24 +0000 Subject: [PATCH] Bump chumsky from 0.11.2 to 0.12.0 Bumps [chumsky](https://github.com/zesterer/chumsky) from 0.11.2 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 1ec4dd0d..50cdd8f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chumsky" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc17a6284abccac6e50db35c1cee87f605474a72939b959a3a67d9371800efd" +checksum = "4ba4a05c9ce83b07de31b31c874e87c069881ac4355db9e752e3a55c11ec75a6" dependencies = [ "hashbrown", "unicode-ident", diff --git a/Cargo.toml b/Cargo.toml index e1f3ede5..e927a32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ aml = "0.16.4" base64 = { version = "0.22.1", default-features = false, features = ["alloc"] } bit_field = "0.10.3" bootloader = { version = "0.9.33", features = ["map_physical_memory"] } -chumsky = { version = "0.11.2", default-features = false } +chumsky = { version = "0.12.0", default-features = false } geodate = { version = "0.5.0", default-features = false } lazy_static = { version = "1.5.0", features = ["spin_no_std"] } libm = "0.2.13"