Add missing tempfile dev-dependency for config tests

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-27 23:44:01 +00:00
parent b94c12a301
commit 7582937439
2 changed files with 4 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -647,6 +647,7 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"tempfile",
"thiserror",
"tokio",
"toml",

View File

@@ -60,3 +60,6 @@ vt100 = "0.15"
lto = true
codegen-units = 1
strip = true
[dev-dependencies]
tempfile = "3.24.0"