This commit is contained in:
Lou-Kamades 2024-04-09 16:58:28 -05:00
parent 688e4d241d
commit decd559266
2 changed files with 37 additions and 37 deletions

68
Cargo.lock generated
View File

@ -76,9 +76,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.8.4"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72832d73be48bac96a5d7944568f305d829ed55b0ce3b483647089dfaf6cf704"
checksum = "cd7d5a2cecb58716e47d67d5703a249964b14c7be1ec3cad3affc295b2d1c35d"
dependencies = [
"cfg-if",
"getrandom 0.2.11",
@ -1324,7 +1324,7 @@ version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.4",
"ahash 0.8.5",
]
[[package]]
@ -2801,9 +2801,9 @@ dependencies = [
[[package]]
name = "solana-account-decoder"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ea4bedfcc8686ae6d01a3d8288f5b9746cd00ec63f0ce9a6415849d35add50"
checksum = "8d76c43ef61f527d719b5c6bfa5a62ebba60839739125da9e8a00fb82349afd2"
dependencies = [
"Inflector",
"base64 0.21.5",
@ -2826,9 +2826,9 @@ dependencies = [
[[package]]
name = "solana-config-program"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de23cd0dd8673f4590e90bfa47ff19eb629f4b7dc15a3fb173a62d932801d07"
checksum = "e3afd4e309d304e296765cab716fb1fd66c66ec300465c8b26f8cce763275132"
dependencies = [
"bincode",
"chrono",
@ -2840,11 +2840,11 @@ dependencies = [
[[package]]
name = "solana-frozen-abi"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4090f2ac64149ce1fbabd5277f41e278edc1f38121927fe8f6355e67ead3e199"
checksum = "fb1b8230474ae9f7c841060c299999124582e8d2a0448d7847720792e98cc64e"
dependencies = [
"ahash 0.8.4",
"ahash 0.8.5",
"blake3",
"block-buffer 0.10.4",
"bs58",
@ -2870,9 +2870,9 @@ dependencies = [
[[package]]
name = "solana-frozen-abi-macro"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "765bcdc1ecc31ea5d3d7ddb680ffa6645809c122b4ffdc223b161850e6ba352b"
checksum = "793910ab733b113b80c357f8f492dda2fabd5671c4ea03db3aa4e46b938fdbe3"
dependencies = [
"proc-macro2",
"quote",
@ -2882,9 +2882,9 @@ dependencies = [
[[package]]
name = "solana-logger"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7f3cad088bc5f00569cb5b4c3aaba8d935f8f7cc25c91cc0c55a8a7de2b137"
checksum = "6d3f819af39632dc538a566c937253bf46256e4c0e60f621c6db448bc7c76294"
dependencies = [
"env_logger",
"lazy_static",
@ -2893,9 +2893,9 @@ dependencies = [
[[package]]
name = "solana-measure"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2de5041d16120852c0deea047c024e1fad8819e49041491f0cca6c91c243fd5d"
checksum = "cb045f0235b16f7d926f6e0338db822747d61559a1368c3cb017ba6e02c516d0"
dependencies = [
"log",
"solana-sdk",
@ -2903,9 +2903,9 @@ dependencies = [
[[package]]
name = "solana-metrics"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd6f25f0076b6eb873f7e2a85e53191ac2affe6782131be1a2867d057307e20"
checksum = "1af84362ad5804dc64ca88b1ca5c35bd41321e12d42c798ac06a6fbb60dd0e70"
dependencies = [
"crossbeam-channel",
"gethostname",
@ -2918,9 +2918,9 @@ dependencies = [
[[package]]
name = "solana-program"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1141d1dffbe68852128f7bbcc3c43a5d2cb715ecffeeb64eb81bb93cbaf80bb"
checksum = "581f38a870bffbe623d900c68579984671f8dfa35bbfb3309d7134de22ce8652"
dependencies = [
"ark-bn254",
"ark-ec",
@ -2972,9 +2972,9 @@ dependencies = [
[[package]]
name = "solana-program-runtime"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942de577a2865cec28fc174575c9bd6cf7af815832af67fe40ca856075550998"
checksum = "490b6f65aced077e0c5e57c20f151a134458fc350905c20d7dcf3f2162eaa6f6"
dependencies = [
"base64 0.21.5",
"bincode",
@ -3000,9 +3000,9 @@ dependencies = [
[[package]]
name = "solana-sdk"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "278a95acb99377dd4585599fdbec23d0a6fcb94ec78285283723fdd365fe885e"
checksum = "0d70ab837cc79ed67df6fdb145f1ffd544f1eaa60b0757b750f4864b90498bad"
dependencies = [
"assert_matches",
"base64 0.21.5",
@ -3054,9 +3054,9 @@ dependencies = [
[[package]]
name = "solana-sdk-macro"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92dbaf563210f61828800f2a3d8c188fa2afede91920d364982e280318db2eb5"
checksum = "5f9d0433c4084a3260a32ec67f6b4272c4232d15e732be542cd5dfdf0ae1e784"
dependencies = [
"bs58",
"proc-macro2",
@ -3073,9 +3073,9 @@ checksum = "468aa43b7edb1f9b7b7b686d5c3aeb6630dc1708e86e31343499dd5c4d775183"
[[package]]
name = "solana-transaction-status"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e2031070cba17802f7108b53f6db01b82cdfb0360b0a8b9d51c584f2e9dd9e4"
checksum = "29f58f2f864d900eddf2e21a99ebe445b6be525d597e44952f075d8237035b8e"
dependencies = [
"Inflector",
"base64 0.21.5",
@ -3098,9 +3098,9 @@ dependencies = [
[[package]]
name = "solana-zk-token-sdk"
version = "1.17.15"
version = "1.17.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef26fb44734aa940e6648bbbeead677edc68c7e1ec09128e5f16a8924c389a38"
checksum = "5aef1b48d9fdb2619349d2d15942d83c99aabe995ff945d9b418176373aa823c"
dependencies = [
"aes-gcm-siv",
"base64 0.21.5",
@ -4165,8 +4165,8 @@ dependencies = [
[[package]]
name = "yellowstone-grpc-client"
version = "1.13.0+solana.1.17.15"
source = "git+https://github.com/rpcpool/yellowstone-grpc.git?tag=v1.12.0+solana.1.17.15#c7b72cc8781c2dc48e4a7c94e411f95df495cf2f"
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"
dependencies = [
"bytes",
"futures",
@ -4179,8 +4179,8 @@ dependencies = [
[[package]]
name = "yellowstone-grpc-proto"
version = "1.12.0+solana.1.17.15"
source = "git+https://github.com/rpcpool/yellowstone-grpc.git?tag=v1.12.0+solana.1.17.15#c7b72cc8781c2dc48e4a7c94e411f95df495cf2f"
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"
dependencies = [
"anyhow",
"bincode",

View File

@ -9,12 +9,12 @@ authors = ["GroovieGermanikus <groovie@mango.markets>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"
[dependencies]
yellowstone-grpc-client = { version = "1.13.0+solana.1.17.15", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.12.0+solana.1.17.15" }
yellowstone-grpc-proto = { version = "1.12.0+solana.1.17.15", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.12.0+solana.1.17.15" }
yellowstone-grpc-client = { git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
yellowstone-grpc-proto = { git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
# required for CommitmentConfig
solana-sdk = "~1.17.15"
solana-sdk = "~1.17.28"
url = "2.5.0"
async-stream = "0.3.5"