add Expected trait to utils; use (already transitive) num-traits.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-01 20:20:41 +00:00 committed by strawberry
parent 7e4453620e
commit 1a71798859
5 changed files with 60 additions and 0 deletions

1
Cargo.lock generated
View file

@ -730,6 +730,7 @@ dependencies = [
"libloading",
"log",
"nix",
"num-traits",
"rand",
"regex",
"reqwest",