chore: add tempfile dependency for tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibf7a842a2a26f83e8adaf1123386306b6a6a6964
This commit is contained in:
raf 2026-01-22 13:31:52 +03:00
commit 3d22a271bc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 4 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1712,6 +1712,7 @@ dependencies = [
"serde",
"serde_json",
"smol",
"tempfile",
"thiserror",
"unicode-segmentation",
"unicode-width 0.2.0",