Skip to content

Commit

Permalink
Merge pull request #23 from geofmureithi/renovate/html-escape-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate html-escape to 0.2.13
  • Loading branch information
geofmureithi committed Sep 9, 2023
2 parents 449f8e7 + 4836a31 commit 1e9c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hirola-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["wasm", "html", "dom", "web"]


[dependencies]
html-escape = { version = "0.2.7", optional = true }
html-escape = { version = "0.2.13", optional = true }
hirola-macros = { path = "../hirola-macros", version = "0.3.1" }
wasm-bindgen = { version = "0.2", optional = true }
matchit = { version = "0.7", optional = true }
Expand Down

0 comments on commit 1e9c3af

Please sign in to comment.