diff --git a/Cargo.lock b/Cargo.lock index c9980ce9..2a055d8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,9 +1910,9 @@ dependencies = [ [[package]] name = "geyser-grpc-connector" -version = "0.7.1+yellowstone.1.11" +version = "0.7.2+yellowstone.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c9bfa33ff6c5cf688e53df9b2de84b47f932527445bc6e33649c22a7791f7" +checksum = "5ff13bf8aff2952263d1f70096c8f92a174194fa07e1ce1d1b51f59d78cae87e" dependencies = [ "anyhow", "async-stream", diff --git a/cluster-endpoints/Cargo.toml b/cluster-endpoints/Cargo.toml index b105dfeb..b31e9a2a 100644 --- a/cluster-endpoints/Cargo.toml +++ b/cluster-endpoints/Cargo.toml @@ -10,7 +10,7 @@ license = "AGPL" [dependencies] #geyser-grpc-connector = { path = "../../geyser-grpc-connector" } #geyser-grpc-connector = { tag = "v0.5.0+yellowstone.1.11+solana.1.16.17", git = "https://github.com/blockworks-foundation/geyser-grpc-connector.git" } -geyser-grpc-connector = "0.7.0+yellowstone.1.11" +geyser-grpc-connector = "0.7.2+yellowstone.1.11" solana-sdk = { workspace = true } solana-rpc-client-api = { workspace = true }