Skip to content

Commit affe3cb

Browse files
committed
Update Solana dependency to 1.18.12
1 parent 581e2b1 commit affe3cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sologger/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ anyhow = "1.0.81"
2424
serde = { version = "1.0.197" }
2525
serde_json = {version = "1.0.115"}
2626
regex = "1.10.4"
27-
solana-pubsub-client = { version = "1.18.8", optional = true }
28-
solana-rpc-client-api = { version = "1.18.8", optional = true }
29-
solana-sdk = { version = "1.18.8", optional = true }
27+
solana-pubsub-client = { version = "1.18.12", optional = true }
28+
solana-rpc-client-api = { version = "1.18.12", optional = true }
29+
solana-sdk = { version = "1.18.12", optional = true }
3030
sologger_log_context = "0.1.2"
31-
sologger_log_transformer = "0.1.3"
31+
sologger_log_transformer = "0.1.4"
3232
sologger_log_transport = { version = "0.1.2", features = ["otel", "logstash"]}
3333
tokio = { version = "1.36.0", features = ["full"] }
3434
tokio-metrics = { version = "0.3.1", optional = true}

0 commit comments

Comments
 (0)