Skip to content

Commit

Permalink
update to v1.18.26
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Nov 9, 2024
1 parent bcb11b3 commit 2f2a7fd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 46 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

23 changes: 11 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.18.22"
version = "1.18.26"
license = "Apache-2.0"
authors = ["Jito Foundation <[email protected]>"]
edition = "2021"
Expand All @@ -24,8 +24,8 @@ clap = { version = "4.4.6", features = ["derive", "env"] }
crossbeam-channel = "0.5.8"
enum-iterator = "1.4.1"
futures-util = "0.3.28"
geyser-grpc-plugin-client = { path = "client", version = "1.18.22" }
jito-geyser-protos = { path = "proto", version = "1.18.22" }
geyser-grpc-plugin-client = { path = "client", version = "=1.18.26" }
jito-geyser-protos = { path = "proto", version = "=1.18.26" }
log = "0.4.17"
lru = "0.12.0"
once_cell = "1.17.1"
Expand All @@ -37,15 +37,14 @@ serde = "1.0.160"
serde_derive = "1.0.160"
serde_json = "1.0.96"
serde_with = "3.9.0"
solana-account-decoder = "=1.18.22"
solana-geyser-plugin-interface = "=1.18.22"
solana-logger = "=1.18.22"
solana-metrics = "=1.18.22"
solana-program = "=1.18.22"
solana-sdk = "=1.18.22"

solana-transaction-status = "=1.18.22"
solana-vote-program = "=1.18.22"
solana-account-decoder = "=1.18.26"
solana-geyser-plugin-interface = "=1.18.26"
solana-logger = "=1.18.26"
solana-metrics = "=1.18.26"
solana-program = "=1.18.26"
solana-sdk = "=1.18.26"
solana-transaction-status = "=1.18.26"
solana-vote-program = "=1.18.26"
thiserror = "1.0.40"
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio-stream = "0.1"
Expand Down

0 comments on commit 2f2a7fd

Please sign in to comment.