From a859078d53d937bc64b1e427cea8eaf222ffdffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:59:25 +0000 Subject: [PATCH] Update toml_edit requirement from 0.22.22 to 0.25.11 Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.22...v0.25.11) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.25.11+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec75c7..38a60fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ vsdb = { version = "4.0", default-features = false } tendermint = { version = "0.40", optional = true } tendermint-config = { version = "0.40", optional = true } -toml_edit = { version = "0.22.22", optional = true } +toml_edit = { version = "0.25.11", optional = true } [features] default = [ "beacon_based" ]