From 9c72c1a1a4028d2b4ac33a5a106928e8ba4758b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:54:59 +0000 Subject: [PATCH] Update whoami requirement from 1.2.1 to 2.0.2 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.2.1...v2.0.2) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.0.2 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 3f4584e..716af6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ categories = ["graphics", "gui", "multimedia", "rendering", "rendering::engine"] [dependencies] dl_api = "0.4" human = "0.2" -whoami = "1.2.1" +whoami = "2.0.2" [features] default = []