Bump whoami from 1.1.5 to 1.2.0

Bumps [whoami](https://github.com/libcala/whoami) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/libcala/whoami/releases)
- [Changelog](https://github.com/libcala/whoami/blob/main/CHANGELOG.md)
- [Commits](https://github.com/libcala/whoami/compare/v1.1.5...v1.2.0)

---
updated-dependencies:
- dependency-name: whoami
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-08 03:01:32 +00:00 committed by GitHub
parent d005dd406b
commit 7407f32ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1176,9 +1176,9 @@ dependencies = [
[[package]]
name = "whoami"
version = "1.1.5"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "483a59fee1a93fec90eb08bc2eb4315ef10f4ebc478b3a5fadc969819cb66117"
checksum = "c33ac5ee236a4efbf2c98967e12c6cc0c51d93a744159a52957ba206ae6ef5f7"
dependencies = [
"wasm-bindgen",
"web-sys",

View file

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