Skip to content

Commit 08f6489

Browse files
authored
chore(voyager): fix alloy deps (#5261)
2 parents 1b18820 + 781e32a commit 08f6489

File tree

32 files changed

+31
-33
lines changed

32 files changed

+31
-33
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/ensure-blocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = { workspace = true }
1313
workspace = true
1414

1515
[dependencies]
16-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
16+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1717
clap = { workspace = true, features = ["default", "derive"] }
1818
cometbft-rpc = { workspace = true }
1919
futures = { workspace = true }

voyager/modules/client-bootstrap/arbitrum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
arbitrum-client = { workspace = true }
1717
arbitrum-light-client-types = { workspace = true, features = ["serde"] }
1818
embed-commit = { workspace = true }

voyager/modules/client-bootstrap/base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
base-light-client-types = { workspace = true, features = ["serde"] }
1717
embed-commit = { workspace = true }
1818
ibc-union-spec = { workspace = true }

voyager/modules/client-bootstrap/bob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
bob-client = { workspace = true }
1717
bob-light-client-types = { workspace = true, features = ["serde"] }
1818
bob-types = { workspace = true }

voyager/modules/client-bootstrap/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
beacon-api = { workspace = true }
1717
beacon-api-types = { workspace = true, features = ["serde"] }
1818
embed-commit = { workspace = true }

voyager/modules/client-bootstrap/parlia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws", "sol-types", "contract"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws", "sol-types", "contract"] }
1616
embed-commit = { workspace = true }
1717
ibc-union-spec = { workspace = true }
1818
jsonrpsee = { workspace = true, features = ["macros", "server", "tracing"] }

voyager/modules/client-bootstrap/state-lens/ics23-ics23/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
beacon-api = { workspace = true }
1717
beacon-api-types = { workspace = true, features = ["serde"] }
1818
cometbft-rpc = { workspace = true }

voyager/modules/client-bootstrap/state-lens/ics23-mpt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
beacon-api = { workspace = true }
1717
beacon-api-types = { workspace = true, features = ["serde"] }
1818
cometbft-rpc = { workspace = true }

voyager/modules/client-bootstrap/state-lens/ics23-smt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = { workspace = true }
1212
workspace = true
1313

1414
[dependencies]
15-
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
15+
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "reqwest-rustls-tls", "provider-ws"] }
1616
aptos-types = { workspace = true, features = ["serde", "bincode"] }
1717
beacon-api = { workspace = true }
1818
beacon-api-types = { workspace = true, features = ["serde"] }

0 commit comments

Comments
 (0)