File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22name = " solana-accountsdb-plugin-kafka"
33description = " Solana AccountsDb plugin for Kafka"
44authors = [" Blockdaemon" ]
5- version = " 0.1.3+solana.1.10.0 "
5+ version = " 0.1.3+solana.1.10.2 "
66edition = " 2021"
77repository = " https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
88license = " Apache-2.0"
@@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
1313[dependencies ]
1414prost = " 0.9"
1515rdkafka = { version = " 0.28" , features = [" ssl-vendored" , " sasl" ] }
16- solana-accountsdb-plugin-interface = { version = " =1.10.0 " }
17- solana-logger = { version = " =1.10.0 " }
18- solana-program = { version = " =1.10.0 " }
16+ solana-accountsdb-plugin-interface = { version = " =1.10.2 " }
17+ solana-logger = { version = " =1.10.2 " }
18+ solana-program = { version = " =1.10.2 " }
1919log = " 0.4"
2020serde_json = " 1.0"
2121serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments