File tree 2 files changed +49
-45
lines changed
2 files changed +49
-45
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.5+solana.1.14.23 "
5
+ version = " 0.1.5+solana.1.14.24 "
6
6
edition = " 2021"
7
7
repository = " https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
8
8
license = " Apache-2.0"
@@ -11,7 +11,7 @@ license = "Apache-2.0"
11
11
crate-type = [" cdylib" , " rlib" ]
12
12
13
13
[dependencies ]
14
- solana-geyser-plugin-interface = { version = " =1.14.23 " }
14
+ solana-geyser-plugin-interface = { version = " =1.14.24 " }
15
15
solana-logger = { version = " =1.14" }
16
16
solana-program = { version = " =1.14" }
17
17
solana-transaction-status = { version = " =1.14" }
@@ -28,7 +28,9 @@ winnow = { version = "=0.4.1" } # 0.4.2 requires rust 1.64.0
28
28
29
29
[build-dependencies ]
30
30
prost-build = " 0.11"
31
+ cc = { version = " =1.0.81" } # 1.0.82 broken due to https://github.com/rust-lang/rust/issues/90829
31
32
tempfile = { version = " =3.6.0" } # 3.7.0 requires rustix 0.38.0 which requires linux-raw-sys 0.4.0 and hence rust 1.63.0
33
+ tokio = { version = " =1.29" } # 1.30.x requires socket2 v0.5.3 which requires rust 1.63
32
34
33
35
[package .metadata .docs .rs ]
34
36
targets = [" x86_64-unknown-linux-gnu" ]
You can’t perform that action at this time.
0 commit comments