From 94dac632182cd96b7c7bf89fd6f9000c7be26580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:09:03 +0000 Subject: [PATCH] build(deps): update toml requirement from 0.5.8 to 1.0.6 in /src/libs 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.5.10...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/libs/kata-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/kata-types/Cargo.toml b/src/libs/kata-types/Cargo.toml index 185b70c05b..3010a50933 100644 --- a/src/libs/kata-types/Cargo.toml +++ b/src/libs/kata-types/Cargo.toml @@ -24,7 +24,7 @@ slog = "2.5.2" slog-scope = "4.4.0" serde_json = "1.0.73" thiserror = "1.0" -toml = "0.5.8" +toml = "1.0.7" serde-enum-str = "0.4" sysinfo = "0.34.2" sha2 = "0.10.8"