From 337af18a1944798c05b47aae9867fa3b7ee76d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:36:00 +0000 Subject: [PATCH] build(deps): bump toml from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.7...toml-v1.1.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.0+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- graph/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35fe8409245..45614742b07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3857,7 +3857,7 @@ dependencies = [ "tokio-retry", "tokio-stream", "tokio-util", - "toml 1.0.7+spec-1.1.0", + "toml 1.1.0+spec-1.1.0", "tonic", "tonic-prost", "tonic-prost-build", @@ -7262,9 +7262,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" +checksum = "876ac351060d4f882bb1032b6369eb0aef79ad9df1ea8bc404874d8cc3d0cd98" dependencies = [ "serde_core", ] @@ -8248,7 +8248,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ "serde_core", - "serde_spanned 1.0.4", + "serde_spanned 1.1.0", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "winnow 0.7.13", @@ -8256,13 +8256,13 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.7+spec-1.1.0" +version = "1.1.0+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96" +checksum = "f8195ca05e4eb728f4ba94f3e3291661320af739c4e43779cbdfae82ab239fcc" dependencies = [ "indexmap 2.11.4", "serde_core", - "serde_spanned 1.0.4", + "serde_spanned 1.1.0", "toml_datetime 1.1.0+spec-1.1.0", "toml_parser", "toml_writer", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index a1383edf519..432ccf22475 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.7" +toml = "1.1.0" url = { workspace = true } prometheus = "0.14.0" priority-queue = "2.7.0"