cargo: bump whoami from 1.2.1 to 1.2.3

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>
This commit is contained in:
dependabot[bot] 2022-09-13 15:50:20 +00:00 committed by Martin von Zweigbergk
parent 26551b79b7
commit f2386970d6
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -1717,10 +1717,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

@ -37,7 +37,7 @@ serde_json = "1.0.85"
tempfile = "3.3.0"
thiserror = "1.0.33"
uuid = { version = "1.1.2", features = ["v4"] }
whoami = "1.2.1"
whoami = "1.2.3"
zstd = "0.11.2"
[dev-dependencies]