Skip to content

Commit

Permalink
chore(deps): bump strum
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 18, 2025
1 parent 23ba598 commit 603d2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/alloy-rs/chains"

[dependencies]
num_enum = { version = "0.7", default-features = false }
strum = { version = "0.26", default-features = false, features = ["derive"] }
strum = { version = "0.27", default-features = false, features = ["derive"] }
alloy-primitives = { version = "0.8.18", default-features = false }

# serde
Expand Down

0 comments on commit 603d2ac

Please sign in to comment.