Skip to content

Commit

Permalink
fix(deps): update rust crate html-escape to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 09634da commit 4836a31
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 4836a31

Please sign in to comment.