fix cargo.toml

This commit is contained in:
wood
2025-07-20 00:03:15 +08:00
parent 9e34a01874
commit 96f477f8e2
+1 -1
View File
@@ -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"