From 86f791cddfb6685db617661d2b9d2c6fcc19a93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 15:46:05 +0000 Subject: [PATCH] Bump toon-format from 0.4.6 to 0.5.0 Bumps [toon-format](https://github.com/toon-format/toon-rust) from 0.4.6 to 0.5.0. - [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.6...v0.5.0) --- updated-dependencies: - dependency-name: toon-format dependency-version: 0.5.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 983ba4a..b2287f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4492,9 +4492,9 @@ dependencies = [ [[package]] name = "toon-format" -version = "0.4.6" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1dae994fe9adfb44bdc74fc17546651604a59af32136256515bc1218850832" +checksum = "8f89570c1a68d73941f728cca32a4345b2ffca36667ad921af336c60309a3e7e" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 641ea4c..fd7b0e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ uuid = { version = "1.6", features = ["v4"] } prometheus = { version = "0.14", default-features = false } # TOON format -toon-format = { version = "0.4", default-features = false } +toon-format = { version = "0.5", default-features = false } # Benchmarking criterion = { version = "0.5", features = ["html_reports"] }