Skip to content

Commit 01ec2b7

Browse files
authored
chore: bump alloy 0.12 (#79)
1 parent ee707a0 commit 01ec2b7

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
@@ -22,9 +22,9 @@ alloy-primitives = { version = "0.8", default-features = false, features = [
2222
"std",
2323
"serde",
2424
] }
25-
alloy-rpc-types-eth = "0.11"
26-
alloy-eips = "0.11"
27-
alloy-serde = "0.11"
25+
alloy-rpc-types-eth = "0.12"
26+
alloy-eips = "0.12"
27+
alloy-serde = "0.12"
2828

2929
reqwest = { version = "0.12", default-features = false, features = ["json"] }
3030
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)