Skip to content

Commit 8e00b66

Browse files
authored
Upgrade foundry-block-explorers to 0.2.6 (#7672)
bump foundry-block-explorers version to include foundry-rs/block-explorers#40
1 parent 46f51c9 commit 8e00b66

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ foundry-wallets = { path = "crates/wallets" }
137137
foundry-linking = { path = "crates/linking" }
138138

139139
# solc & compilation utilities
140-
foundry-block-explorers = { version = "0.2.5", default-features = false }
140+
foundry-block-explorers = { version = "0.2.6", default-features = false }
141141
foundry-compilers = { version = "0.3.14", default-features = false }
142142

143143
## revm
@@ -146,7 +146,7 @@ revm = { version = "8", default-features = false }
146146
revm-primitives = { version = "3", default-features = false }
147147
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "413b892", features = [
148148
"serde",
149-
] }
149+
] }
150150

151151
## ethers
152152
ethers = { version = "2.0.14", default-features = false }
@@ -192,7 +192,10 @@ solang-parser = "=0.3.3"
192192
## misc
193193
arrayvec = "0.7"
194194
base64 = "0.22"
195-
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
195+
chrono = { version = "0.4", default-features = false, features = [
196+
"clock",
197+
"std",
198+
] }
196199
color-eyre = "0.6"
197200
derive_more = "0.99"
198201
evm-disassembler = "0.5"

0 commit comments

Comments
 (0)