From fb33385a46fd1482a877be96c712741d04a9362b Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 29 Jul 2025 12:47:08 -0300 Subject: [PATCH] fix: add missing uzers crate dependency to Cargo.toml Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 117ef46..553b1d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,7 @@ nix = "0.26.2" sha2 = "0.10.0" local-ip-address = "0.5.5" dns-lookup = "2.0.2" +uzers = "0.11.3" [dev-dependencies] tempfile = "3.3.0"