mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
cbe11a9f8a
commit
70cfa5afc2
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue