Skip to content

Commit 7732189

Browse files
committed
Merge remote-tracking branch 'origin/v1.14'
2 parents c7c0b71 + 7c8f42d commit 7732189

File tree

2 files changed

+59
-41
lines changed

2 files changed

+59
-41
lines changed

Cargo.lock

Lines changed: 54 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-accountsdb-plugin-kafka"
33
description = "Solana AccountsDb plugin for Kafka"
44
authors = ["Blockdaemon"]
5-
version = "0.1.4+solana.1.14.16"
5+
version = "0.1.4+solana.1.14.17"
66
edition = "2021"
77
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
88
license = "Apache-2.0"
@@ -13,10 +13,10 @@ crate-type = ["cdylib", "rlib"]
1313
[dependencies]
1414
prost = "0.11"
1515
rdkafka = { version = "0.29", features = ["ssl", "sasl"] }
16-
solana-geyser-plugin-interface = { version = "=1.14.16" }
17-
solana-logger = { version = "=1.14.16" }
18-
solana-program = { version = "=1.14.16" }
19-
solana-transaction-status = { version = "=1.14.16" }
16+
solana-geyser-plugin-interface = { version = "=1.14.17" }
17+
solana-logger = { version = "=1.14.17" }
18+
solana-program = { version = "=1.14.17" }
19+
solana-transaction-status = { version = "=1.14.17" }
2020
log = "0.4.17"
2121
serde_json = "1.0.96"
2222
serde = { version = "1.0.160", features = ["derive"] }

0 commit comments

Comments
 (0)