From 63f71cc8c94b38a839d073f238e476363ba223d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 08:25:03 +0000 Subject: [PATCH] chore: bump toml from 1.1.4+spec-1.1.0 to 1.1.6+spec-1.1.0 in /core Bumps [toml](https://github.com/toml-rs/toml) from 1.1.4+spec-1.1.0 to 1.1.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.1.4...toml-v1.1.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index 3791c57..90d72f2 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -979,9 +979,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a" dependencies = [ "indexmap", "serde_core",