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]