Skip to content

Commit

Permalink
removes unused dependencies (solana-labs#30917)
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri authored Mar 28, 2023
1 parent aaac046 commit 75abfc7
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 54 deletions.
22 changes: 0 additions & 22 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ eager = "0.1.0"
ed25519-dalek = "=1.0.1"
ed25519-dalek-bip32 = "0.2.0"
either = "1.7.0"
enum_dispatch = "0.3.8"
enum-iterator = "1.2.0"
env_logger = "0.9.3"
etcd-client = "0.8.1"
Expand Down
2 changes: 0 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ edition = "2021"
[dependencies]
async-trait = { workspace = true }
bincode = { workspace = true }
enum_dispatch = { workspace = true }
futures = { workspace = true }
futures-util = { workspace = true }
indexmap = { workspace = true }
Expand Down Expand Up @@ -41,7 +40,6 @@ tokio = { workspace = true, features = ["full"] }
[dev-dependencies]
crossbeam-channel = { workspace = true }
rand_chacha = { workspace = true }
solana-logger = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion connection-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ rand = "0.7.0"
rayon = "1.5.3"
solana-measure = { path = "../measure", version = "=1.16.0" }
solana-metrics = { path = "../metrics", version = "=1.16.0" }
solana-net-utils = { path = "../net-utils", version = "=1.16.0" }
solana-sdk = { path = "../sdk", version = "=1.16.0" }
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
rand_chacha = "0.2.2"
solana-logger = { path = "../logger", version = "=1.16.0" }
solana-net-utils = { path = "../net-utils", version = "=1.16.0" }
1 change: 0 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ edition = { workspace = true }
codecov = { repository = "solana-labs/solana", branch = "master", service = "github" }

[dependencies]
ahash = { workspace = true }
base64 = { workspace = true }
bincode = { workspace = true }
bs58 = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ solana-version = { workspace = true }
targets = ["x86_64-unknown-linux-gnu"]

[dev-dependencies]
serial_test = { workspace = true }
solana-local-cluster = { workspace = true }
solana-thin-client = { workspace = true }
1 change: 0 additions & 1 deletion program-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ eager = { workspace = true }
enum-iterator = { workspace = true }
itertools = { workspace = true }
libc = { workspace = true }
libloading = { workspace = true }
log = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
Expand Down
20 changes: 0 additions & 20 deletions programs/sbf/Cargo.lock

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

1 change: 0 additions & 1 deletion quic-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ solana-net-utils = { workspace = true }
solana-rpc-client-api = { workspace = true }
solana-sdk = { workspace = true }
solana-streamer = { workspace = true }
solana-tpu-client = { workspace = true, features = ["default"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }

Expand Down
1 change: 0 additions & 1 deletion thin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ solana-connection-cache = { workspace = true }
solana-rpc-client = { workspace = true }
solana-rpc-client-api = { workspace = true }
solana-sdk = { workspace = true }
solana-tpu-client = { workspace = true }

[dev-dependencies]
solana-logger = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions tpu-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ rayon = { workspace = true }
solana-connection-cache = { workspace = true }
solana-measure = { workspace = true }
solana-metrics = { workspace = true }
solana-net-utils = { workspace = true }
solana-pubsub-client = { workspace = true }
solana-rpc-client = { workspace = true }
solana-rpc-client-api = { workspace = true }
Expand All @@ -31,7 +30,6 @@ tokio = { workspace = true, features = ["full"] }

[dev-dependencies]
rand_chacha = { workspace = true }
solana-logger = { workspace = true }

[features]
default = ["spinner"]
Expand Down
1 change: 0 additions & 1 deletion udp-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ solana-connection-cache = { workspace = true }
solana-net-utils = { workspace = true }
solana-sdk = { workspace = true }
solana-streamer = { workspace = true }
solana-tpu-client = { workspace = true, features = ["default"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }

0 comments on commit 75abfc7

Please sign in to comment.