relax yellowstone dependencies

This commit is contained in:
GroovieGermanikus 2024-04-16 10:18:04 +02:00
parent 1d2937ad95
commit e9eb3ecdc5
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
2 changed files with 9 additions and 8 deletions

10
Cargo.lock generated
View File

@ -4156,8 +4156,9 @@ dependencies = [
[[package]]
name = "yellowstone-grpc-client"
version = "1.14.0+solana.1.17.28"
source = "git+https://github.com/rpcpool/yellowstone-grpc.git?tag=v1.13.0+solana.1.17.28#aafd827df872f093535c425ded4eca423929a3d0"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4f6d836d214cb8789002d039412da354049e9ffe983c643ec492c4d934698f"
dependencies = [
"bytes",
"futures",
@ -4170,8 +4171,9 @@ dependencies = [
[[package]]
name = "yellowstone-grpc-proto"
version = "1.13.0+solana.1.17.28"
source = "git+https://github.com/rpcpool/yellowstone-grpc.git?tag=v1.13.0+solana.1.17.28#aafd827df872f093535c425ded4eca423929a3d0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c00b66d40d85c405f14b420d7674e98c70d06f6b673f36c9e0285f81b9b797d"
dependencies = [
"anyhow",
"bincode",

View File

@ -1,6 +1,6 @@
[package]
name = "geyser-grpc-connector"
version = "0.10.1+yellowstone.1.12"
version = "0.10.4+yellowstone.1.13"
edition = "2021"
description = "Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming"
@ -9,9 +9,8 @@ authors = ["GroovieGermanikus <groovie@mango.markets>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"
[dependencies]
yellowstone-grpc-client = { version = "1.14.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
yellowstone-grpc-proto = { version = "1.13.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
yellowstone-grpc-client = "~1.14.0"
yellowstone-grpc-proto = "~1.13.0"
# required for CommitmentConfig
solana-sdk = "1"