diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index da2b56874..9c77ef901 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -45,7 +45,7 @@ bytes = { workspace = true, features = ["serde"] } hex.workspace = true once_cell = { workspace = true, optional = true } unicode-xid = "0.2" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } num_enum = "0.7" # macros feature enabled dependencies