Skip to content

Commit

Permalink
solana: update to 1.17.25
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 14, 2024
1 parent 4c30121 commit d3ed512
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 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.17.24"
version = "0.4.0+solana.1.17.25"
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.17.24"
solana-logger = "=1.17.24"
solana-program = "=1.17.24"
solana-transaction-status = "=1.17.24"
solana-geyser-plugin-interface = "=1.17.25"
solana-logger = "=1.17.25"
solana-program = "=1.17.25"
solana-transaction-status = "=1.17.25"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "time", "macros", "sync"] }

[build-dependencies]
Expand Down

0 comments on commit d3ed512

Please sign in to comment.