diff --git a/Cargo.lock b/Cargo.lock index 5731362..8572fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,7 +679,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "html-query" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "clap", @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "html-query-ast" -version = "0.2.1" +version = "0.2.2" dependencies = [ "nom", "nom-supreme", @@ -699,7 +699,7 @@ dependencies = [ [[package]] name = "html-query-extractor" -version = "0.2.1" +version = "0.2.2" dependencies = [ "html-query-ast", "markup5ever", diff --git a/html-query-ast/Cargo.toml b/html-query-ast/Cargo.toml index 439c286..7af52f9 100644 --- a/html-query-ast/Cargo.toml +++ b/html-query-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html-query-ast" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Tom Forbes "] repository = "https://github.com/orf/hq" diff --git a/html-query-extractor/Cargo.toml b/html-query-extractor/Cargo.toml index c46d348..a27dad4 100644 --- a/html-query-extractor/Cargo.toml +++ b/html-query-extractor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html-query-extractor" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Tom Forbes "] repository = "https://github.com/orf/hq" @@ -12,4 +12,4 @@ markup5ever = "0.11.0" serde_json = "1.0.93" scraper = "0.18.0" thiserror = "1.0.40" -html-query-ast = {version= "0.2.1", path= "../html-query-ast" } +html-query-ast = {version= "0.2.2", path= "../html-query-ast" } diff --git a/html-query-web-ui/Cargo.toml b/html-query-web-ui/Cargo.toml index eca1c7e..48ea57f 100644 --- a/html-query-web-ui/Cargo.toml +++ b/html-query-web-ui/Cargo.toml @@ -10,8 +10,8 @@ edition = "2021" dioxus = "0.4.0" dioxus-web = "0.4.0" getrandom = { version = "0.2", features = ["js"] } -html-query-ast = {version= "0.2.1", path= "../html-query-ast" } -html-query-extractor = {version= "0.2.1", path= "../html-query-extractor" } +html-query-ast = {version= "0.2.2", path= "../html-query-ast" } +html-query-extractor = {version= "0.2.2", path= "../html-query-extractor" } serde_json = { version = "1.0.96", default-features = false } serde = { version = "1.0.193", features = ["derive"] } diff --git a/html-query/Cargo.toml b/html-query/Cargo.toml index 6f97eac..88ca145 100644 --- a/html-query/Cargo.toml +++ b/html-query/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html-query" -version = "1.2.1" +version = "1.2.2" edition = "2021" authors = ["Tom Forbes "] repository = "https://github.com/orf/hq" @@ -12,8 +12,8 @@ readme = "../README.md" clap = { version = "4.4.10", features = ["derive"] } anyhow = "1.0.70" serde_json = "1.0.93" -html-query-ast = {version= "0.2.1", path= "../html-query-ast" } -html-query-extractor = {version= "0.2.1", path= "../html-query-extractor" } +html-query-ast = {version= "0.2.2", path= "../html-query-ast" } +html-query-extractor = {version= "0.2.2", path= "../html-query-extractor" } [[bin]] name = "hq"