From 9468bba727722169111ec7a57744a2d65bf87099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:13:35 +0000 Subject: [PATCH] Update whoami requirement from 1.4.1 to 2.1.1 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.4.1...v2.1.1) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.1.1 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 3133561..993009f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ clap = { version = "4.4.18", features = ["derive"] } edit = "0.1.5" reqwest = "0.12.2" tokio = { version = "1.35.1", features = ["full"] } -whoami = "1.4.1" +whoami = "2.1.1"