From 96f477f8e2070b9172f12a396e1437eb1294eb30 Mon Sep 17 00:00:00 2001 From: wood Date: Sun, 20 Jul 2025 00:03:15 +0800 Subject: [PATCH] fix cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31da065..5d8d0f1 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ bincode = "1.3.3" anyhow = "1.0.90" yellowstone-grpc-client = { version = "6.0.0" } yellowstone-grpc-proto = { version = "6.0.0" } -tokio = { version = "1.42.0" , features = ["full", "rt-multi-thread"]} +tokio = { version = "1.42.0", features = ["full", "rt-multi-thread"]} tonic = { version = "0.12.3", features = ["tls", "tls-roots", "tls-webpki-roots"] } rustls = { version = "0.23.23", features = ["ring"] } rustls-native-certs = "0.8.1"