File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " html-query-ast"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44edition = " 2021"
55authors = [" Tom Forbes <tom@tomforb.es>" ]
66repository = " https://github.com/orf/hq"
Original file line number Diff line number Diff line change 11[package ]
22name = " html-query-extractor"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44edition = " 2021"
55authors = [" Tom Forbes <tom@tomforb.es>" ]
66repository = " https://github.com/orf/hq"
@@ -12,4 +12,4 @@ markup5ever = "0.11.0"
1212serde_json = " 1.0.93"
1313scraper = " 0.18.0"
1414thiserror = " 1.0.40"
15- html-query-ast = {version = " 0.2.1 " , path = " ../html-query-ast" }
15+ html-query-ast = {version = " 0.2.2 " , path = " ../html-query-ast" }
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ edition = "2021"
1010dioxus = " 0.4.0"
1111dioxus-web = " 0.4.0"
1212getrandom = { version = " 0.2" , features = [" js" ] }
13- html-query-ast = {version = " 0.2.1 " , path = " ../html-query-ast" }
14- html-query-extractor = {version = " 0.2.1 " , path = " ../html-query-extractor" }
13+ html-query-ast = {version = " 0.2.2 " , path = " ../html-query-ast" }
14+ html-query-extractor = {version = " 0.2.2 " , path = " ../html-query-extractor" }
1515serde_json = { version = " 1.0.96" , default-features = false }
1616serde = { version = " 1.0.193" , features = [" derive" ] }
1717
Original file line number Diff line number Diff line change 11[package ]
22name = " html-query"
3- version = " 1.2.1 "
3+ version = " 1.2.2 "
44edition = " 2021"
55authors = [" Tom Forbes <tom@tomforb.es>" ]
66repository = " https://github.com/orf/hq"
@@ -12,8 +12,8 @@ readme = "../README.md"
1212clap = { version = " 4.4.10" , features = [" derive" ] }
1313anyhow = " 1.0.70"
1414serde_json = " 1.0.93"
15- html-query-ast = {version = " 0.2.1 " , path = " ../html-query-ast" }
16- html-query-extractor = {version = " 0.2.1 " , path = " ../html-query-extractor" }
15+ html-query-ast = {version = " 0.2.2 " , path = " ../html-query-ast" }
16+ html-query-extractor = {version = " 0.2.2 " , path = " ../html-query-extractor" }
1717
1818[[bin ]]
1919name = " hq"
You can’t perform that action at this time.
0 commit comments