Updating cargo files

This commit is contained in:
godmodegalactus 2024-04-16 15:04:21 +02:00
parent 5e72a9e7eb
commit 0bdd6e1e89
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
2 changed files with 238 additions and 233 deletions

457
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,14 +9,14 @@ resolver = "2"
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip-default-v18.0.0" }
[workspace.dependencies]
solana-rpc = "1.17"
solana-client = "1.17"
solana-account-decoder = "1.17"
solana-sdk = "1.17"
solana-logger = "1.17"
solana-rpc = "1.17.28"
solana-client = "1.17.28"
solana-account-decoder = "1.17.28"
solana-sdk = "1.17.28"
solana-logger = "1.17.28"
yellowstone-grpc-client = "1.13.0"
yellowstone-grpc-proto = "1.13.0"
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" }
jsonrpc-core = "18.0.0"
jsonrpc-core-client = { version = "18.0.0", features = ["ws", "http"] }