summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 38b4d9c7..4da5a3bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2929,11 +2929,14 @@ dependencies = [
"anyhow",
"assert_matches",
"futures",
+ "nix",
"tempfile",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
+ "users",
+ "whoami",
]
[[package]]
@@ -3598,6 +3601,16 @@ dependencies = [
]
[[package]]
+name = "whoami"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
+dependencies = [
+ "wasm-bindgen",
+ "web-sys",
+]
+
+[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"