Skip to content

Commit

Permalink
solana: update to 1.18.23 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Sep 11, 2024
1 parent 4d55de3 commit 12d5fa9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
62 changes: 31 additions & 31 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", "Triton One"]
version = "0.4.0+solana.1.18.21"
version = "0.4.0+solana.1.18.23"
edition = "2021"
repository = "https://github.com/rpcpool/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -20,10 +20,10 @@ prost = "0.12.1"
rdkafka = { version = "0.33.0", features = ["ssl", "sasl"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.81"
solana-geyser-plugin-interface = "=1.18.21"
solana-logger = "=1.18.21"
solana-program = "=1.18.21"
solana-transaction-status = "=1.18.21"
solana-geyser-plugin-interface = "=1.18.23"
solana-logger = "=1.18.23"
solana-program = "=1.18.23"
solana-transaction-status = "=1.18.23"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "time", "macros", "sync"] }

[build-dependencies]
Expand Down

0 comments on commit 12d5fa9

Please sign in to comment.