Skip to content

Commit

Permalink
fix(deps): update rust crate strum to 0.26.0 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 868ab8a commit 8dd70a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hirola-dom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hirola-macros = { path = "../hirola-macros", version = "0.4.0" }
matchit = { version = "0.7" }
wasm-bindgen-futures = { version = "0.4.42" }
discard = "1"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.0", features = ["derive"] }

[dependencies.web-sys]
features = [
Expand Down

0 comments on commit 8dd70a5

Please sign in to comment.