From ce9a21d2a405009bb4688694b9732a12ead347b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:22:58 +0000 Subject: [PATCH] build(deps): bump toml in /graph-data.rs Bumps [toml](https://github.com/toml-rs/toml) from 1.0.1+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.1...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] --- graph-data.rs/Cargo.lock | 10 +++++----- graph-data.rs/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graph-data.rs/Cargo.lock b/graph-data.rs/Cargo.lock index f1fd229f1..14d35d4e9 100644 --- a/graph-data.rs/Cargo.lock +++ b/graph-data.rs/Cargo.lock @@ -697,7 +697,7 @@ dependencies = [ "serde_yaml", "test-case", "tokio", - "toml 1.0.1+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "url", "zeroize", ] @@ -4033,9 +4033,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.1+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", @@ -4080,9 +4080,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.8+spec-1.1.0" +version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ "winnow", ] diff --git a/graph-data.rs/Cargo.toml b/graph-data.rs/Cargo.toml index ddc0acae1..2bd56a3fc 100644 --- a/graph-data.rs/Cargo.toml +++ b/graph-data.rs/Cargo.toml @@ -14,7 +14,7 @@ serde_yaml = "^0.9.34" anyhow = "1.0" regex = "^1.12.3" semver = { version = "^0.11", features = [ "serde" ] } -toml = "^1.0.1" +toml = "^1.0.6" lazy_static = "^1.5.0" url = "^2.5.8" reqwest = { version = "^0.12", features = ["gzip"] }