geyser: adding fs in tokio features (#184)

Co-authored-by: Kirill Fomichev <fanatid@ya.ru>
This commit is contained in:
galactus 2023-09-21 16:18:32 +02:00 committed by GitHub
parent d0bf7d0a81
commit 8a2c898c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ The minor version will be incremented upon a breaking change and the patch versi
### Fixes
- geyser: add `fs` feature to `tokio` dependencies in the plugin ([#184](https://github.com/rpcpool/yellowstone-grpc/pull/184)).
### Breaking
## 2023-08-28

View File

@ -30,7 +30,7 @@ solana-logger = "=1.16.1"
solana-sdk = "=1.16.1"
solana-transaction-status = "=1.16.1"
spl-token-2022 = "0.7.0"
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "time", "fs"] }
tokio-stream = "0.1.11"
tonic = { version = "0.9.2", features = ["gzip", "tls", "tls-roots"] }
tonic-health = "0.9.2"