From fb0e7be55e6a4389f13f9aac342128893546f57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:18:09 +0000 Subject: [PATCH] chore(deps): update whoami requirement from 1.5 to 2.0 Updates the requirements on [whoami](https://github.com/ardaku/whoami) to permit the latest version. - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](https://github.com/ardaku/whoami/compare/v1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.0.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 a39cbe0..e5cb59e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_derive = "1.0.219" toml = "0.8.20" sysinfo = "0.36" chrono = { version = "0.4", features = ["serde"] } -whoami = "1.5" +whoami = "2.0" colored = "3.0" image = { version = "0.24.9", optional = true }