From b76a725015966d0d58e22eec80535538cfb93cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 22:54:56 +0000 Subject: [PATCH] build(deps): update toml requirement from ^0.9 to ^1.0 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-code-analysis-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-code-analysis-cli/Cargo.toml b/rust-code-analysis-cli/Cargo.toml index c276ccff8..0c6cc1280 100644 --- a/rust-code-analysis-cli/Cargo.toml +++ b/rust-code-analysis-cli/Cargo.toml @@ -20,4 +20,4 @@ serde = "^1.0" serde_cbor = "^0.11" serde_json = "^1.0" serde_yaml = "^0.9" -toml = "^0.9" +toml = "^1.0"