Skip to content

Commit 0043b4b

Browse files
committed
update alloy to 0.8.1 and alloy_core to 0.8.15
1 parent 9c441fe commit 0043b4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ license = "Apache-2.0"
1212
logging = ["dep:color-eyre", "dep:tracing", "dep:tracing-error", "dep:tracing-subscriber"]
1313

1414
[dependencies]
15-
alloy-primitives = "0.7.6"
16-
alloy-sol-macro = "0.7.6"
17-
alloy-sol-types = "0.7.6"
18-
alloy = { version = "0.1.3", features = [
15+
alloy-primitives = "0.8.15"
16+
alloy-sol-macro = "0.8.15"
17+
alloy-sol-types = "0.8.15"
18+
alloy = { version = "0.8.1", features = [
1919
"json-rpc",
2020
"rpc-types",
2121
] }

0 commit comments

Comments
 (0)