Update whoami requirement from ^0.8 to ^0.9

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.8.0...v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-26 03:01:18 +00:00 committed by GitHub
parent da5f8bb2bf
commit efbaf13920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ num_cpus = "^1"
rand = "^0.7"
walkdir = "^2"
which = { version = "^4", default-features = false }
whoami = "^0.8"
whoami = "^0.9"
[target.'cfg(not(windows))'.dependencies]
uname = "^0.1"