Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
nyetwurk committed May 21, 2023
2 parents c7c0b71 + 7c8f42d commit 7732189
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 41 deletions.
90 changes: 54 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "solana-accountsdb-plugin-kafka"
description = "Solana AccountsDb plugin for Kafka"
authors = ["Blockdaemon"]
version = "0.1.4+solana.1.14.16"
version = "0.1.4+solana.1.14.17"
edition = "2021"
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -13,10 +13,10 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
prost = "0.11"
rdkafka = { version = "0.29", features = ["ssl", "sasl"] }
solana-geyser-plugin-interface = { version = "=1.14.16" }
solana-logger = { version = "=1.14.16" }
solana-program = { version = "=1.14.16" }
solana-transaction-status = { version = "=1.14.16" }
solana-geyser-plugin-interface = { version = "=1.14.17" }
solana-logger = { version = "=1.14.17" }
solana-program = { version = "=1.14.17" }
solana-transaction-status = { version = "=1.14.17" }
log = "0.4.17"
serde_json = "1.0.96"
serde = { version = "1.0.160", features = ["derive"] }
Expand Down

0 comments on commit 7732189

Please sign in to comment.