From a11b62464422812ab774bc2e60c19bb23375b99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:05:12 +0000 Subject: [PATCH] build(deps): bump toml from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.4...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f5f9a341..3251ff27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2080,9 +2080,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.4+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap 2.11.4", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index b381c9de..709fc375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ gcd = "2.0.1" rand = "0.10.0" colorful = "0.3.2" ansi_term = "0.12.1" -toml = "1.0.4" +toml = "1.0.6" serde = "1.0.124" serde_derive = "1.0.116" cidr-utils = "0.6.2"