Updating cargo files
This commit is contained in:
parent
5e72a9e7eb
commit
0bdd6e1e89
File diff suppressed because it is too large
Load Diff
14
Cargo.toml
14
Cargo.toml
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue