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]