11[workspace ]
2- members = [
3- " cli" ,
4- " client" ,
5- " proto" ,
6- " server"
7- ]
2+ members = [" cli" , " client" , " proto" , " server" ]
83
94# This prevents a Travis CI error when building for Windows.
105resolver = " 2"
116
127[workspace .package ]
13- version = " 2.0.15 "
8+ version = " 3.1.0 "
149license = " Apache-2.0"
1510authors = [
" Jito Foundation <[email protected] >" ]
1611edition = " 2021"
1712repository = " https://github.com/jito-foundation/geyser-grpc-plugin"
1813homepage = " https://jito.network/"
1914
2015[workspace .dependencies ]
21- agave-geyser-plugin-interface = " =2.2 "
16+ agave-geyser-plugin-interface = " =3.1 "
2217bincode = " 1.3.3"
2318bs58 = " 0.5.0"
2419clap = { version = " 4.4.6" , features = [" derive" , " env" ] }
2520crossbeam-channel = " 0.5.8"
2621enum-iterator = " 2.1.0"
2722futures-util = " 0.3.28"
28- geyser-grpc-plugin-client = { path = " client" , version = " =2.0.15 " }
29- jito-geyser-protos = { path = " proto" , version = " =2.0.15 " }
23+ geyser-grpc-plugin-client = { path = " client" , version = " =3.1.0 " }
24+ jito-geyser-protos = { path = " proto" , version = " =3.1.0 " }
3025log = " 0.4.17"
3126lru = " 0.13.0"
3227once_cell = " 1.17.1"
@@ -37,13 +32,24 @@ serde = "1.0.160"
3732serde_derive = " 1.0.160"
3833serde_json = " 1.0.96"
3934serde_with = " =3.12.0"
40- solana-account-decoder = " =2.2"
41- solana-logger = " =2.2"
42- solana-metrics = " =2.2"
43- solana-program = " =2.2"
44- solana-sdk = " =2.2"
45- solana-transaction-status = " =2.2"
46- solana-vote-program = " =2.2"
35+ solana-account-decoder = " 3.1"
36+ solana-address = " 3.1"
37+ solana-clock = " 3.0"
38+ solana-hash = " 3.1"
39+ solana-instruction = " 3.1"
40+ solana-logger = " 3.0"
41+ solana-message = " 3.0"
42+ solana-metrics = " 3.1"
43+ solana-program = " 3.0"
44+ solana-pubkey = " 3.0"
45+ solana-serde = " 3.0"
46+ solana-signature = " 3.1"
47+ solana-slot-hashes = " 3.0"
48+ solana-transaction = " 3.0"
49+ solana-transaction-context = " 3.1"
50+ solana-transaction-error = " 3.0"
51+ solana-transaction-status = " 3.1"
52+ solana-vote-interface = " 3.0"
4753thiserror = " 2.0.12"
4854tokio = { version = " 1.44.1" , features = [" rt-multi-thread" ] }
4955tokio-stream = " 0.1"
0 commit comments