From 0f94198cb965f222f4d37745dc3c23daca99a2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:16:51 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.8.20 to 1.0.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.8.20...toml-v1.0.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.0+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 e5cb59e..977abe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" clap = { version = "4.5.36", features = ["cargo"] } serde = "1.0.219" serde_derive = "1.0.219" -toml = "0.8.20" +toml = "1.0.0" sysinfo = "0.36" chrono = { version = "0.4", features = ["serde"] } whoami = "2.0"