@@ -14,7 +14,6 @@ publish = false
1414
1515[workspace .dependencies ]
1616async-trait = " ^0.1"
17- anyhow = " 1.0"
1817borsh = " 1.5.5"
1918bs58 = " ^0.5.1"
2019hex = " ^0.4.3"
@@ -52,12 +51,9 @@ solana-account-info = "^2.2.0"
5251solana-cpi = " ^2.2.0"
5352solana-decode-error = " ^2.2.0"
5453solana-pubkey = " ^2.2.0"
55- solana-sysvar = { version = " =3.0.0" , features = [" serde" ] }
56- solana-hash = { version = " =3.0.0" , features = [" serde" ] }
5754solana-instruction = " ^2.2.0"
5855solana-msg = " ^2.2.0"
5956solana-program-entrypoint = " ^2.2.0"
60- solana-transaction = " 2.2.0"
6157solana-program-error = " ^2.2.0"
6258solana-transaction-status = " ^2.2.0"
6359solana-ledger = " ^2.2.0"
@@ -81,14 +77,10 @@ tonic-build = "^0.12.1"
8177toml = " ^0.8.0"
8278topograph = " ^0.4.0"
8379tokio = " ^1.37.0"
84- tokio-util =" 0.7.17"
8580tracing = " ^0.1.40"
8681quote = " 1"
8782zstd = " ^0.13.0"
8883bytemuck = " ^1"
89- jetstreamer-firehose = " 0.1"
90- jetstreamer-utils = " 0.1"
91- warp = " 0.3"
9284
9385yellowstone-fumarole-client = " ^0.2.0"
9486yellowstone-grpc-client = { version = " 9" }
@@ -124,6 +116,3 @@ yellowstone-vixen-solana-rpc-source = { path = "crates/solana-rpc-source", versi
124116yellowstone-vixen-yellowstone-grpc-source = { path = " crates/yellowstone-grpc-source" , version = " 0.6.0" }
125117yellowstone-vixen-yellowstone-fumarole-source = { path = " crates/yellowstone-fumarole-source" , version = " 0.6.0" }
126118yellowstone-vixen-solana-snapshot-source = { path = " crates/solana-snapshot-source" , version = " 0.6.0" }
127- yellowstone-vixen-jetstream-source = { path = " crates/jetstreamer-source" , version = " 0.6.0" }
128-
129-
0 commit comments