From 1750037aacf82e64876639354eb134913002982b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:44:03 +0000 Subject: [PATCH] build(deps): bump toon-format in the dependencies group Bumps the dependencies group with 1 update: [toon-format](https://github.com/toon-format/toon-rust). Updates `toon-format` from 0.4.5 to 0.4.6 - [Release notes](https://github.com/toon-format/toon-rust/releases) - [Changelog](https://github.com/toon-format/toon-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/toon-format/toon-rust/compare/v0.4.5...v0.4.6) --- updated-dependencies: - dependency-name: toon-format dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0a9b4575..d14fb34de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4791,9 +4791,9 @@ dependencies = [ [[package]] name = "toon-format" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5933bebbba70ee979314a8ecb021f53075a63984f94f89a10b4bdcf0af6c62b6" +checksum = "af1dae994fe9adfb44bdc74fc17546651604a59af32136256515bc1218850832" dependencies = [ "indexmap", "serde",