Update whoami requirement from ^0.9 to ^1.0

Updates the requirements on [whoami](https://github.com/libcala/whoami) to permit the latest version.
- [Release notes](https://github.com/libcala/whoami/releases)
- [Changelog](https://github.com/libcala/whoami/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libcala/whoami/compare/v0.9.0...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-24 03:00:53 +00:00 committed by GitHub
parent bd4592dd49
commit 4a1e4eeef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ semver = "^0.11"
serde_json = "1"
walkdir = "^2"
which = { version = "^4", default-features = false }
whoami = "^0.9"
whoami = "^1.0"
[target.'cfg(not(windows))'.dependencies]
uname = "^0.1"