build(deps): update rust crate whoami to 2.1.2 (#7429)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-27 10:05:50 +00:00
committed by GitHub
parent ef2c594a4c
commit 02622a1b4a
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4191,9 +4191,9 @@ dependencies = [
[[package]]
name = "whoami"
version = "2.1.1"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d"
checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
dependencies = [
"libc",
"libredox",
+1 -1
View File
@@ -82,7 +82,7 @@ unicode-width = "0.2.2"
urlencoding = "2.1.3"
versions = "7.0.0"
which = "8.0.2"
whoami = { version = "2.1.1", default-features = false, features = ["std", "wasi-wasite"] }
whoami = { version = "2.1.2", default-features = false, features = ["std", "wasi-wasite"] }
yaml-rust2 = "0.11.0"
guess_host_triple = "0.1.5"