Skip to content

Commit

Permalink
Update to v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Nov 9, 2024
1 parent 3a4f362 commit e4e196f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

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

[workspace.package]
version = "2.0.5"
version = "2.0.15"
license = "Apache-2.0"
authors = ["Jito Foundation <[email protected]>"]
edition = "2021"
repository = "https://github.com/jito-foundation/geyser-grpc-plugin"
homepage = "https://jito.network/"

[workspace.dependencies]
agave-geyser-plugin-interface = "=2.0.5"
agave-geyser-plugin-interface = "=2.0.15"
bincode = "1.3.3"
bs58 = "0.5.0"
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 = "=2.0.5" }
jito-geyser-protos = { path = "proto", version = "=2.0.5" }
geyser-grpc-plugin-client = { path = "client", version = "=2.0.15" }
jito-geyser-protos = { path = "proto", version = "=2.0.15" }
log = "0.4.17"
lru = "0.12.0"
once_cell = "1.17.1"
Expand All @@ -38,13 +38,13 @@ serde = "1.0.160"
serde_derive = "1.0.160"
serde_json = "1.0.96"
serde_with = "=3.9.0"
solana-account-decoder = "=2.0.5"
solana-logger = "=2.0.5"
solana-metrics = "=2.0.5"
solana-program = "=2.0.5"
solana-sdk = "=2.0.5"
solana-transaction-status = "=2.0.5"
solana-vote-program = "=2.0.5"
solana-account-decoder = "=2.0.15"
solana-logger = "=2.0.15"
solana-metrics = "=2.0.15"
solana-program = "=2.0.15"
solana-sdk = "=2.0.15"
solana-transaction-status = "=2.0.15"
solana-vote-program = "=2.0.15"
thiserror = "1.0.40"
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio-stream = "0.1"
Expand Down

0 comments on commit e4e196f

Please sign in to comment.