From 35decaddb5f3c4e5d85c31f2f3355decf159a02d Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Wed, 25 Feb 2026 18:52:30 +0100 Subject: Add missing cargo tempfile dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c72e1c6..3baef49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ reqwest = { version = "0.13.1", features = ["json", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" sha1 = "0.10.6" +tempfile = "3.26.0" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] } toml = "0.9.11" uuid = { version = "1.19.0", features = ["v4"] } -- cgit v1.2.3