From ce8125f1c1eda5fc571a8b8eed0301c127f611e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:39:24 +0000 Subject: [PATCH] build(deps): update rust crate whoami to 1.6.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea801650b..e4632c071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,9 +3794,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" +checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" dependencies = [ "redox_syscall", "wasite", diff --git a/Cargo.toml b/Cargo.toml index c5805eb2a..c9414f5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ unicode-width = "0.2.0" urlencoding = "2.1.3" versions = "7.0.0" which = "7.0.2" -whoami = { version = "1.5.2", default-features = false } +whoami = { version = "1.6.0", default-features = false } yaml-rust2 = "0.10.0" guess_host_triple = "0.1.4"