diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-02-25 18:52:30 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-02-25 18:52:30 +0100 |
| commit | 35decaddb5f3c4e5d85c31f2f3355decf159a02d (patch) | |
| tree | 6def636c2392bcb4d55c96ec6b57c8e87116379c | |
| parent | f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a (diff) | |
| download | dml-35decaddb5f3c4e5d85c31f2f3355decf159a02d.tar.gz dml-35decaddb5f3c4e5d85c31f2f3355decf159a02d.zip | |
Add missing cargo tempfile dependency
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -14,6 +14,7 @@ reqwest = { version = "0.13.1", features = ["json", "stream"] } | |||
| 14 | serde = { version = "1.0.228", features = ["derive"] } | 14 | serde = { version = "1.0.228", features = ["derive"] } |
| 15 | serde_json = "1.0.149" | 15 | serde_json = "1.0.149" |
| 16 | sha1 = "0.10.6" | 16 | sha1 = "0.10.6" |
| 17 | tempfile = "3.26.0" | ||
| 17 | tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] } | 18 | tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] } |
| 18 | toml = "0.9.11" | 19 | toml = "0.9.11" |
| 19 | uuid = { version = "1.19.0", features = ["v4"] } | 20 | uuid = { version = "1.19.0", features = ["v4"] } |
