From 8ecf46562edf362b89206407937a86abb52c9c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 02:03:25 +0000 Subject: [PATCH] chore(deps): bump whoami from 2.1.2 to 2.1.3 Bumps [whoami](https://github.com/ardaku/whoami) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](https://github.com/ardaku/whoami/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3333bb3..cd9dce5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3870,9 +3870,9 @@ dependencies = [ [[package]] name = "whoami" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d" +checksum = "626c4bac6755d76ffc12cb01b2eac751db1996b9e0041de9aa02c8c211ddc82c" dependencies = [ "libc", "libredox",