Skip to content

Commit 1f46724

Browse files
authored
chore(deps): pin alloy to sdk version (#45)
We now need to pin the alloy version so this compiles correctly.
1 parent cf57ed2 commit 1f46724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base"
1616
init4-from-env-derive = "0.1.0"
1717

1818
# Signet
19-
signet-constants = { version = "0.4.0" }
20-
signet-tx-cache = { version = "0.4.0", optional = true }
19+
signet-constants = { version = "0.4.2" }
20+
signet-tx-cache = { version = "0.4.2", optional = true }
2121

2222
# Tracing
2323
tracing = "0.1.40"
@@ -45,7 +45,7 @@ tokio = { version = "1.36.0", optional = true }
4545

4646
# Other
4747
thiserror = "2.0.11"
48-
alloy = { version = "1.0.5", optional = true, default-features = false, features = ["std", "signer-aws", "signer-local", "consensus", "network"] }
48+
alloy = { version = "=1.0.11", optional = true, default-features = false, features = ["std", "signer-aws", "signer-local", "consensus", "network"] }
4949
serde = { version = "1", features = ["derive"] }
5050
async-trait = { version = "0.1.80", optional = true }
5151
eyre = { version = "0.6.12", optional = true }

0 commit comments

Comments
 (0)