Skip to content

Commit

Permalink
Implement html_escape and html_unescape.
Browse files Browse the repository at this point in the history
This PR removes import of html-escape crate.
  • Loading branch information
jcamiel committed Dec 14, 2022
1 parent 65b588f commit 2f593ef
Show file tree
Hide file tree
Showing 8 changed files with 2,896 additions and 22 deletions.
17 changes: 1 addition & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ float-cmp = "0.9.0"
glob = "0.3.0"
hex = "0.4.3"
hex-literal = "0.3.4"
html-escape = "0.2.12"
hurl_core = { version = "2.0.0-SNAPSHOT", path = "../hurl_core" }
indexmap = "1.9.2"
libflate = "1.2.0"
Expand All @@ -42,7 +41,7 @@ serde_json = "1.0.89"
sha2 = "0.10.6"
url = "2.3.1"
xmltree = { version = "0.10.3", features = ["attribute-order"] }

lazy_static = "1.4.0"

[target.'cfg(unix)'.dependencies]
termion = "2.0.1"
Expand Down
Loading

0 comments on commit 2f593ef

Please sign in to comment.