Skip to content

Commit 74bde38

Browse files
authored
feat(repo): upgrade to new alloy (#27)
Pretty chill upgrade, to match the SDK's move to alloy 1.0.5. Closes ENG-1097
1 parent 93615ab commit 74bde38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tokio = { version = "1.36.0", optional = true }
4545

4646
# Other
4747
thiserror = "2.0.11"
48-
alloy = { version = "0.12.6", optional = true, default-features = false, features = ["std", "signer-aws", "signer-local", "consensus", "network"] }
48+
alloy = { version = "1.0.5", 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

0 commit comments

Comments
 (0)