build(deps): update rust crate whoami to 2.0.2

This commit is contained in:
renovate[bot]
2026-01-10 01:12:42 +00:00
committed by GitHub
parent f5d555ac83
commit 17a7547ca3
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3900,9 +3900,9 @@ dependencies = [
[[package]]
name = "whoami"
version = "2.0.1"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80a0d55c8d8f68772be4533e238da83f3a7adada2a85f2c3059099e5f054ebc4"
checksum = "ace4d5c7b5ab3d99629156d4e0997edbe98a4beb6d5ba99e2cae830207a81983"
dependencies = [
"libredox",
"wasite",
+1 -1
View File
@@ -82,7 +82,7 @@ unicode-width = "0.2.2"
urlencoding = "2.1.3"
versions = "7.0.0"
which = "8.0.0"
whoami = { version = "2.0.1", default-features = false, features = ["std", "wasi-wasite"] }
whoami = { version = "2.0.2", default-features = false, features = ["std", "wasi-wasite"] }
yaml-rust2 = "0.11.0"
guess_host_triple = "0.1.5"