Skip to content

Commit 4d36b3f

Browse files
authored
Upgrade to 1.18.22 (#51)
1 parent e74bce6 commit 4d36b3f

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "1.18.1"
13+
version = "1.18.22"
1414
license = "Apache-2.0"
1515
authors = ["Jito Foundation <[email protected]>"]
1616
edition = "2021"
@@ -24,8 +24,8 @@ clap = { version = "4.4.6", features = ["derive", "env"] }
2424
crossbeam-channel = "0.5.8"
2525
enum-iterator = "1.4.1"
2626
futures-util = "0.3.28"
27-
geyser-grpc-plugin-client = { path = "client", version = "=1.18.1" }
28-
jito-geyser-protos = { path = "proto", version = "=1.18.1" }
27+
geyser-grpc-plugin-client = { path = "client", version = "1.18.22" }
28+
jito-geyser-protos = { path = "proto", version = "1.18.22" }
2929
log = "0.4.17"
3030
lru = "0.12.0"
3131
once_cell = "1.17.1"
@@ -36,14 +36,15 @@ rand = "0.8"
3636
serde = "1.0.160"
3737
serde_derive = "1.0.160"
3838
serde_json = "1.0.96"
39-
solana-account-decoder = "=1.18.1"
40-
solana-geyser-plugin-interface = "=1.18.1"
41-
solana-logger = "=1.18.1"
42-
solana-metrics = "=1.18.1"
43-
solana-program = "=1.18.1"
44-
solana-sdk = "=1.18.1"
45-
solana-transaction-status = "=1.18.1"
46-
solana-vote-program = "=1.18.1"
39+
solana-account-decoder = "=1.18.22"
40+
solana-geyser-plugin-interface = "=1.18.22"
41+
solana-logger = "=1.18.22"
42+
solana-metrics = "=1.18.22"
43+
solana-program = "=1.18.22"
44+
solana-sdk = "=1.18.22"
45+
46+
solana-transaction-status = "=1.18.22"
47+
solana-vote-program = "=1.18.22"
4748
thiserror = "1.0.40"
4849
tokio = { version = "1", features = ["rt-multi-thread"] }
4950
tokio-stream = "0.1"

0 commit comments

Comments
 (0)