remove unused solana-net-utils dep from solana-client (#31372)

This commit is contained in:
Kevin Heavey 2023-04-27 11:14:43 -05:00 committed by GitHub
parent 99cd1a51f5
commit e5223e19c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@ -5409,7 +5409,6 @@ dependencies = [
"solana-connection-cache",
"solana-measure",
"solana-metrics",
"solana-net-utils",
"solana-pubsub-client",
"solana-quic-client",
"solana-rpc-client",

View File

@ -23,7 +23,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-quic-client = { workspace = true }
solana-rpc-client = { workspace = true, features = ["default"] }

View File

@ -4709,7 +4709,6 @@ dependencies = [
"solana-connection-cache",
"solana-measure",
"solana-metrics",
"solana-net-utils",
"solana-pubsub-client",
"solana-quic-client",
"solana-rpc-client",