From cf472c7eb8a8e48a1095063f9e52600bf6eb6187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:56:43 +0000 Subject: [PATCH] deps(rust): update toml requirement from 0.9 to 1.0 in /fortify 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.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.1+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fortify/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortify/Cargo.toml b/fortify/Cargo.toml index 0d645a8..73ae26b 100644 --- a/fortify/Cargo.toml +++ b/fortify/Cargo.toml @@ -26,7 +26,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } sysinfo = { version = "0.38", features = ["system"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.9" +toml = "1.0" anyhow = "1.0" thiserror = "2.0" rand = "0.9"