Skip to content

Commit f0bdff7

Browse files
authored
bump alloy to version 0.12.6 (#4)
# Bump `alloy` to version `0.12.6` This PR bumps `alloy` to version `0.12.6` to be consistent with the rest of the signet ecosystem.
1 parent 508710d commit f0bdff7

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
@@ -32,7 +32,7 @@ metrics-exporter-prometheus = "0.16.2"
3232

3333
# Other
3434
thiserror = "2.0.11"
35-
alloy = { version = "0.11.1", optional = true, default-features = false, features = ["std"] }
35+
alloy = { version = "0.12.6", optional = true, default-features = false, features = ["std"] }
3636

3737
[dev-dependencies]
3838
ajj = "0.3.1"

0 commit comments

Comments
 (0)