From ca3938934ed2fbb25fc1c6aa1e46f895b54abb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:32:11 +0000 Subject: [PATCH] build(deps): bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...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 | 6 +++--- graph/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9acca42524f..00259b930e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3785,7 +3785,7 @@ dependencies = [ "tokio-retry", "tokio-stream", "tokio-util", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "tonic", "tonic-prost", "tonic-prost-build", @@ -8072,9 +8072,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap 2.11.4", "serde_core", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 2c2b180a08c..10c3f3abb57 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -66,7 +66,7 @@ tiny-keccak = "1.5.0" tokio = { workspace = true} tokio-stream = { workspace = true } tokio-retry = { workspace = true } -toml = "1.0.3" +toml = "1.0.6" url = { workspace = true } prometheus = "0.14.0" priority-queue = "2.7.0"