From 2d5f5d31c2de8063b9a47f0a8faf182b1884c052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:21:27 +0000 Subject: [PATCH] build(deps): update whoami requirement from 1.5.1 to 2.0.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.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 369ee0b..34ec10a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ strip = true [dependencies] dirs = "5.0.1" -whoami = "1.5.1" +whoami = "2.0.0" rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4" shellwords = "1.1.0"