diff --git a/Cargo.lock b/Cargo.lock index 51f737b3ec..89a89c3345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4995,11 +4995,11 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "f7993a8e3a9e88a00351486baae9522c91b123a088f76469e5bd5cc17198ea87" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6f0e06ff40..247bc36ed1 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -36,7 +36,7 @@ tempfile = "3.10.1" num-bigint = "0.4.5" cfg-if = "1.0" ethers = { version = "2", default-features = false } -strum_macros = "0.26.2" +strum_macros = "0.26.3" strum = "0.26.2" [features]