From e404ae880d7acc8ef07debcf28f6d508e654c64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:11:10 +0000 Subject: [PATCH] build(deps): update whoami requirement from 1.5.1 to 2.1.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.1...v2.1.0) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.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 369ee0b..a9aaa2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ strip = true [dependencies] dirs = "5.0.1" -whoami = "1.5.1" +whoami = "2.1.0" rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4" shellwords = "1.1.0"