From d39065b7e55a0754ffd2b3b596645565fd519992 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:00:41 -0800 Subject: [PATCH] clippy issue --- vortexor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vortexor/Cargo.toml b/vortexor/Cargo.toml index 0889a94d42a1aa..d4ed73a30e388b 100644 --- a/vortexor/Cargo.toml +++ b/vortexor/Cargo.toml @@ -33,8 +33,8 @@ quinn = { workspace = true } quinn-proto = { workspace = true } rand = { workspace = true } rustls = { workspace = true } -smallvec = { workspace = true } signal-hook = { workspace = true } +smallvec = { workspace = true } socket2 = { workspace = true } solana-clap-utils = { workspace = true } solana-core = { workspace = true }