Skip to content

Commit

Permalink
upgrade to 1.18.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkman committed Aug 8, 2024
1 parent e6e8f4d commit 0c4fdb2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 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.

22 changes: 11 additions & 11 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.18"
version = "1.18.21"
license = "Apache-2.0"
authors = ["Jito Foundation <team@jito.network>"]
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.18" }
jito-geyser-protos = { path = "proto", version = "=1.18.18" }
geyser-grpc-plugin-client = { path = "client", version = "=1.18.21" }
jito-geyser-protos = { path = "proto", version = "=1.18.21" }
log = "0.4.17"
lru = "0.12.0"
once_cell = "1.17.1"
Expand All @@ -36,14 +36,14 @@ rand = "0.8"
serde = "1.0.160"
serde_derive = "1.0.160"
serde_json = "1.0.96"
solana-account-decoder = "=1.18.18"
solana-geyser-plugin-interface = "=1.18.18"
solana-logger = "=1.18.18"
solana-metrics = "=1.18.18"
solana-program = "=1.18.18"
solana-sdk = "=1.18.18"
solana-transaction-status = "=1.18.18"
solana-vote-program = "=1.18.18"
solana-account-decoder = "=1.18.21"
solana-geyser-plugin-interface = "=1.18.21"
solana-logger = "=1.18.21"
solana-metrics = "=1.18.21"
solana-program = "=1.18.21"
solana-sdk = "=1.18.21"
solana-transaction-status = "=1.18.21"
solana-vote-program = "=1.18.21"
thiserror = "1.0.40"
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio-stream = "0.1"
Expand Down

0 comments on commit 0c4fdb2

Please sign in to comment.