diff --git a/Cargo.lock b/Cargo.lock index ea801650b..e4632c071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,9 +3794,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" +checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" dependencies = [ "redox_syscall", "wasite", diff --git a/Cargo.toml b/Cargo.toml index c5805eb2a..c9414f5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ unicode-width = "0.2.0" urlencoding = "2.1.3" versions = "7.0.0" 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" guess_host_triple = "0.1.4"