build(deps): update rust crate whoami to 1.6.1

This commit is contained in:
renovate[bot]
2025-08-11 10:37:36 +00:00
committed by GitHub
parent 5563e81bcd
commit 24bc8206d2
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -3960,11 +3960,11 @@ dependencies = [
[[package]]
name = "whoami"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
dependencies = [
"redox_syscall",
"libredox",
"wasite",
]
+1 -1
View File
@@ -82,7 +82,7 @@ unicode-width = "0.2.1"
urlencoding = "2.1.3"
versions = "7.0.0"
which = "8.0.0"
whoami = { version = "1.6.0", default-features = false }
whoami = { version = "1.6.1", default-features = false }
yaml-rust2 = "0.10.3"
guess_host_triple = "0.1.5"