Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Oct 11, 2023
1 parent 2cc011b commit 3cc5c7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ homepage = "https://jito.network/"
bincode = "1.3.3"
bs58 = "0.5.0"
clap = { version = "4.4.6", features = ["derive", "env"] }
clap_lex = "0.5.1"
crossbeam-channel = "0.5.8"
enum-iterator = "1.4.1"
futures-util = "0.3.28"
Expand All @@ -47,7 +46,6 @@ solana-vote-program = "1.17.1"
thiserror = "1.0.40"
tokio = { version = "1.29.1", features = ["rt-multi-thread"] }
tokio-stream = "0.1"
toml_datetime = "=0.6.0" # manual dep override for clap.
tonic = { version = "0.10.2", features = ["tls"] }
tonic-build = "0.10.2"
uuid = { version = "1.3.1", features = ["v4", "fast-rng"] }
2 changes: 0 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ edition = { workspace = true }

[dependencies]
clap = { workspace = true }
clap_lex = { workspace = true }
futures-util = { workspace = true }
geyser-grpc-plugin-client = { workspace = true }
jito-geyser-protos = { workspace = true }
prost-types = { workspace = true }
solana-sdk = { workspace = true }
tokio = { workspace = true }
toml_datetime = { workspace = true }
tonic = { workspace = true }
uuid = { workspace = true }

0 comments on commit 3cc5c7f

Please sign in to comment.