Skip to content

Commit 92f6714

Browse files
committed
more cleanup of flashbots feature configuration
1 parent 27c45ef commit 92f6714

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ aws-config = { version = "1.1.7", optional = true }
5959
aws-sdk-kms = { version = "1.15.0", optional = true }
6060
reqwest = { version = "0.12.15", optional = true }
6161
rustls = { version = "0.23.31", optional = true }
62-
serde_json = { version = "1.0.145", optional = true }
6362

6463
[dev-dependencies]
6564
ajj = "0.3.1"
@@ -72,7 +71,6 @@ tokio = { version = "1.43.0", features = ["macros"] }
7271
[features]
7372
default = ["alloy", "rustls"]
7473
alloy = ["dep:alloy"]
75-
flashbots = ["alloy", "aws", "alloy?/json-rpc", "dep:eyre", "dep:reqwest", "dep:serde_json"]
7674
aws = ["alloy", "alloy?/signer-aws", "dep:async-trait", "dep:aws-config", "dep:aws-sdk-kms"]
7775
perms = ["dep:oauth2", "dep:tokio", "dep:reqwest", "dep:signet-tx-cache", "dep:eyre", "dep:axum", "dep:tower"]
7876
rustls = ["dep:rustls", "rustls/aws-lc-rs"]

0 commit comments

Comments
 (0)