From d18d4e11275705c859adf58977376bd626d33610 Mon Sep 17 00:00:00 2001 From: JongKyung Lee Date: Tue, 25 Aug 2026 15:35:10 +0900 Subject: [PATCH] chore(deps): remove duplicate tempfile dev dependencies --- crates/vp_global_cli/Cargo.toml | 1 - crates/vp_js_runtime/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/crates/vp_global_cli/Cargo.toml b/crates/vp_global_cli/Cargo.toml index 762b189a53..ad94e7d469 100644 --- a/crates/vp_global_cli/Cargo.toml +++ b/crates/vp_global_cli/Cargo.toml @@ -50,7 +50,6 @@ uuid = { workspace = true, features = ["v4"] } [dev-dependencies] serial_test = { workspace = true } temp-env = { workspace = true } -tempfile = { workspace = true } vp_shared = { workspace = true, features = ["test-utils"] } [lints] diff --git a/crates/vp_js_runtime/Cargo.toml b/crates/vp_js_runtime/Cargo.toml index 41b82e5cec..722873ecd4 100644 --- a/crates/vp_js_runtime/Cargo.toml +++ b/crates/vp_js_runtime/Cargo.toml @@ -36,7 +36,6 @@ reqwest = { workspace = true, features = ["stream", "rustls-no-provider"] } [dev-dependencies] httpmock = { workspace = true } -tempfile = { workspace = true } vp_shared = { workspace = true, features = ["test-utils"] } [lints]