From 73d6a0b957e78cefd88d342b89db60cd773d6ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:15:40 +0000 Subject: [PATCH] build(deps): bump toml from 0.8.12 to 0.9.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.12 to 0.9.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 68 ++++++++++++++++++++++++++++++------------------------ Cargo.toml | 2 +- 2 files changed, 39 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2aa03cbb37766e..2085078cccf975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ "tar", "tempfile", "tokio", - "toml 0.8.12", + "toml 0.9.8", ] [[package]] @@ -414,7 +414,7 @@ dependencies = [ "solana-metrics", "thread-priority", "tokio", - "toml 0.8.12", + "toml 0.9.8", "tower 0.5.2", ] @@ -2796,7 +2796,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5418,7 +5418,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -6205,7 +6205,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.2", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6283,7 +6283,7 @@ dependencies = [ "security-framework 3.2.0", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6539,11 +6539,11 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.5" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" dependencies = [ - "serde", + "serde_core", ] [[package]] @@ -12546,7 +12546,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.0.2", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -12937,14 +12937,17 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" dependencies = [ - "serde", + "indexmap 2.11.4", + "serde_core", "serde_spanned", - "toml_datetime", - "toml_edit 0.22.12", + "toml_datetime 0.7.3", + "toml_parser", + "toml_writer", + "winnow 0.7.13", ] [[package]] @@ -12952,8 +12955,14 @@ name = "toml_datetime" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" + +[[package]] +name = "toml_datetime" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" dependencies = [ - "serde", + "serde_core", ] [[package]] @@ -12963,23 +12972,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ "indexmap 2.11.4", - "toml_datetime", + "toml_datetime 0.6.5", "winnow 0.5.16", ] [[package]] -name = "toml_edit" -version = "0.22.12" +name = "toml_parser" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" +checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" dependencies = [ - "indexmap 2.11.4", - "serde", - "serde_spanned", - "toml_datetime", - "winnow 0.6.13", + "winnow 0.7.13", ] +[[package]] +name = "toml_writer" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" + [[package]] name = "tonic" version = "0.9.2" @@ -13905,12 +13916,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.13" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" -dependencies = [ - "memchr", -] +checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" [[package]] name = "winreg" diff --git a/Cargo.toml b/Cargo.toml index 687590414881de..218ff5f1501f3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -593,7 +593,7 @@ tokio-serde = "0.8" tokio-stream = "0.1.17" tokio-tungstenite = "0.20.1" tokio-util = "0.7.16" -toml = "0.8.12" +toml = "0.9.8" tonic = "0.9.2" tonic-build = "0.9.2" tower = "0.5.2"