Bump whoami from 1.2.1 to 1.2.3 (#1050)

Bumps [whoami](https://github.com/ardaku/whoami) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/ardaku/whoami/releases)
- [Changelog](https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/ardaku/whoami/compare/v1.2.1...v1.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-19 12:15:29 +10:00 committed by GitHub
parent cbe11a9f8a
commit 70cfa5afc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View file

@ -4733,10 +4733,11 @@ dependencies = [
[[package]]
name = "whoami"
version = "1.2.1"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
checksum = "d6631b6a2fd59b1841b622e8f1a7ad241ef0a46f2d580464ce8140ac94cbd571"
dependencies = [
"bumpalo",
"wasm-bindgen",
"web-sys",
]

View file

@ -28,7 +28,7 @@ tokio = { version = "^1.21.0", features = ["rt-multi-thread", "macros", "signal"
toml = "0.5.9"
[target.'cfg(target_family = "windows")'.dependencies]
whoami = "^1.2.1"
whoami = "^1.2.3"
[target.'cfg(not(target_family = "windows"))'.dependencies]
users = "^0.11.0"

View file

@ -74,7 +74,7 @@ features = ["bundled"]
version = "^0.28.0"
[target.'cfg(target_family = "windows")'.dependencies]
whoami = "^1.2.1"
whoami = "^1.2.3"
[target.'cfg(not(target_family = "windows"))'.dependencies]