From 8ebbe442355ff61a6adbdb42f3b42eca34c37445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:56:58 +0000 Subject: [PATCH] build(deps): bump toml_edit from 0.23.1 to 0.23.4 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.23.1 to 0.23.4. - [Commits](https://github.com/toml-rs/toml/compare/v0.23.1...v0.23.4) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- cruct_shared/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e495f1..bd9e375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.1" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f23a5f4511b296579b6c83e437fe85fa7ece22e3ec44e45ddb975bcf57c3dd" +checksum = "7211ff1b8f0d3adae1663b7da9ffe396eabe1ca25f0b0bee42b0da29a9ddce93" dependencies = [ "indexmap", "toml_datetime", @@ -434,9 +434,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" +checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" dependencies = [ "winnow", ] diff --git a/cruct_shared/Cargo.toml b/cruct_shared/Cargo.toml index fcedc99..a7c775b 100644 --- a/cruct_shared/Cargo.toml +++ b/cruct_shared/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "2.0.12" # Parsers jzon = { version = "0.12.5", optional = true } -toml_edit = { version = "0.23.1", optional = true } +toml_edit = { version = "0.23.4", optional = true } yaml-rust2 = { version = "0.10.3", optional = true } [dev-dependencies]