From 2a41fe78fbfeb1a2c1699502b256e3951e2e7dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 02:31:37 +0000 Subject: [PATCH] build(deps): update toml requirement from ^0.8 to ^0.9 --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 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 0ecfc5719..c276ccff8 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.8" +toml = "^0.9"