diff --git a/Cargo.lock b/Cargo.lock index e53ca566e..6d1f5775c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2377,6 +2377,15 @@ dependencies = [ "objc2-foundation", ] +[[package]] +name = "objc2-system-configuration" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396" +dependencies = [ + "objc2-core-foundation", +] + [[package]] name = "objc2-ui-kit" version = "0.3.2" @@ -4020,11 +4029,13 @@ dependencies = [ [[package]] name = "whoami" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fae98cf96deed1b7572272dfc777713c249ae40aa1cf8862e091e8b745f5361" +checksum = "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d" dependencies = [ + "libc", "libredox", + "objc2-system-configuration", "wasite", "web-sys", ] diff --git a/Cargo.toml b/Cargo.toml index a4fc8bdc5..e99ad37be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ unicode-width = "0.2.2" urlencoding = "2.1.3" versions = "7.0.0" which = "8.0.0" -whoami = { version = "2.1.0", default-features = false, features = ["std", "wasi-wasite"] } +whoami = { version = "2.1.1", default-features = false, features = ["std", "wasi-wasite"] } yaml-rust2 = "0.11.0" guess_host_triple = "0.1.5"