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

View file

@ -77,6 +77,7 @@ itertools.workspace = true
libc.workspace = true
libloading.workspace = true
log.workspace = true
num-traits.workspace = true
rand.workspace = true
regex.workspace = true
reqwest.workspace = true