From 9dc55841747cb7cecc6a2d01d44f2b37aaabc3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 10:29:09 +0000 Subject: [PATCH] Bump toon-format from 0.4.5 to 0.5.0 Bumps [toon-format](https://github.com/toon-format/toon-rust) from 0.4.5 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.5...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 7b6711e..88221d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4552,9 +4552,9 @@ dependencies = [ [[package]] name = "toon-format" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5933bebbba70ee979314a8ecb021f53075a63984f94f89a10b4bdcf0af6c62b6" +checksum = "8f89570c1a68d73941f728cca32a4345b2ffca36667ad921af336c60309a3e7e" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 34ce4c5..4f9b615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,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"] }