fix(#698): dedup config deprecation warnings per process; add tempfile dev-dep to runtime crate (fixes pre-existing test compile error)

This commit is contained in:
YeonGyu-Kim
2026-05-25 14:11:37 +09:00
parent c345ce6d02
commit b64df99134
3 changed files with 22 additions and 2 deletions

View File

@@ -16,5 +16,8 @@ telemetry = { path = "../telemetry" }
tokio = { version = "1", features = ["io-std", "io-util", "macros", "process", "rt", "rt-multi-thread", "time"] }
walkdir = "2"
[dev-dependencies]
tempfile = "3"
[lints]
workspace = true