File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
name = " solana-accountsdb-plugin-kafka"
3
3
description = " Solana AccountsDb plugin for Kafka"
4
4
authors = [" Blockdaemon" ]
5
- version = " 0.1.3+solana.1.9.17 "
5
+ version = " 0.1.3+solana.1.9.18 "
6
6
edition = " 2021"
7
7
repository = " https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
8
8
license = " Apache-2.0"
@@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
13
13
[dependencies ]
14
14
prost = " 0.10"
15
15
rdkafka = { version = " 0.28" , features = [" ssl-vendored" , " sasl" ] }
16
- solana-geyser-plugin-interface = { version = " =1.9.17 " }
17
- solana-logger = { version = " =1.9.17 " }
18
- solana-program = { version = " =1.9.17 " }
16
+ solana-geyser-plugin-interface = { version = " =1.9.18 " }
17
+ solana-logger = { version = " =1.9.18 " }
18
+ solana-program = { version = " =1.9.18 " }
19
19
log = " 0.4"
20
20
serde_json = " 1.0"
21
21
serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments