From 70cfa5afc2b40a6cd08b5120e704ef8eb89f79ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:15:29 +1000 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- kanidmd/daemon/Cargo.toml | 2 +- kanidmd/idm/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e10c5da2..12fd03489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/kanidmd/daemon/Cargo.toml b/kanidmd/daemon/Cargo.toml index 53a1536f2..ca319946e 100644 --- a/kanidmd/daemon/Cargo.toml +++ b/kanidmd/daemon/Cargo.toml @@ -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" diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index a8e2fd257..c72ce8f5b 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -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]