From 420784d19e33b79d932e3074b38bc671e60a13d1 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 1 Jun 2023 00:58:40 +0800 Subject: [PATCH] chore: use workspace's tempfile (#31895) --- bench-tps/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index d3bd93a1ea..803e820a5b 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -45,7 +45,7 @@ thiserror = { workspace = true } serial_test = { workspace = true } solana-local-cluster = { workspace = true } solana-test-validator = { workspace = true } -tempfile = "3.5.0" +tempfile = { workspace = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]