Skip to content

Commit adac5b4

Browse files
authored
chore(deps): bump compilers 0.9 (#54)
1 parent e2b3941 commit adac5b4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

crates/block-explorers/Cargo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ all-features = true
2121

2222
[dependencies]
2323
alloy-chains.workspace = true
24-
alloy-json-abi = { version = "0.7", default-features = false, features = ["std", "serde_json"] }
25-
alloy-primitives = { workspace = true, default-features = false, features = ["std", "serde"] }
24+
alloy-json-abi = { version = "0.7", default-features = false, features = [
25+
"std",
26+
"serde_json",
27+
] }
28+
alloy-primitives = { workspace = true, default-features = false, features = [
29+
"std",
30+
"serde",
31+
] }
2632

2733
reqwest = { workspace = true, default-features = false, features = ["json"] }
2834
serde = { workspace = true, features = ["derive"] }
@@ -31,7 +37,7 @@ thiserror = "1.0"
3137
tracing = "0.1.37"
3238
semver = "1.0"
3339

34-
foundry-compilers = { version = "0.8", optional = true }
40+
foundry-compilers = { version = "0.9", optional = true }
3541

3642
[dev-dependencies]
3743
tempfile = "3.8"

0 commit comments

Comments
 (0)