build(deps): update rust crate whoami to 1.6.0

This commit is contained in:
renovate[bot]
2025-03-24 01:39:24 +00:00
committed by GitHub
parent 6f0942fc9b
commit ce8125f1c1
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3794,9 +3794,9 @@ dependencies = [
[[package]] [[package]]
name = "whoami" name = "whoami"
version = "1.5.2" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
dependencies = [ dependencies = [
"redox_syscall", "redox_syscall",
"wasite", "wasite",
+1 -1
View File
@@ -88,7 +88,7 @@ unicode-width = "0.2.0"
urlencoding = "2.1.3" urlencoding = "2.1.3"
versions = "7.0.0" versions = "7.0.0"
which = "7.0.2" 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" yaml-rust2 = "0.10.0"
guess_host_triple = "0.1.4" guess_host_triple = "0.1.4"