Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

chore(deps): update cargo_metadata requirement from 0.17.0 to 0.18.0 #2593

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ethers-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ strum = { version = "0.25", features = ["derive"] }
num_enum = "0.7"

# macros feature enabled dependencies
cargo_metadata = { version = "0.17.0", optional = true }
cargo_metadata = { version = "0.18.0", optional = true }
syn = { workspace = true, optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down