From 177ea69e8ecc5dea841778ffd7ee9baf0319d52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:43:25 +0000 Subject: [PATCH] Bump toml from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b3b42d..f54f222 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,9 +1675,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.11+spec-1.1.0" +version = "0.9.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ "indexmap", "serde_core", @@ -1699,9 +1699,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.6+spec-1.1.0" +version = "1.0.7+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" dependencies = [ "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 8a48681..3b5207c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.228", default-features = false, features = ["derive", " nullnet-liberror = { git = "https://github.com/NullNet-ai/libguard.git", branch = "nullnet-liberror-print" } nullnet-grpc-lib = { git = "https://github.com/GyulyVGC/nullnet-grpc.git", branch = "perf" } ipnetwork = { version = "0.21.1", features = ["serde"] } -toml = "0.9.11" +toml = "0.9.12" listeners = "0.3.0" rtnetlink = "0.20.0" futures = "0.3.31"