Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Mar 10, 2024
1 parent 11de505 commit 5933572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/html-query-ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ description = "Expression parser for hq: jq, but for HTML"
[dependencies]
nom = "7.1.3"
nom-supreme = "0.8.0"
scraper = "0.18.0"
scraper = "0.19.0"
2 changes: 1 addition & 1 deletion crates/html-query-extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ description = "HTML extractor for hq: jq, but for HTML"
[dependencies]
markup5ever = "0.11.0"
serde_json = "1.0.93"
scraper = "0.18.0"
scraper = "0.19.0"
thiserror = "1.0.40"
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }

0 comments on commit 5933572

Please sign in to comment.