Skip to content

Commit

Permalink
Merge pull request #90 from orf/dependabot/cargo/dependencies-75b5d756b3
Browse files Browse the repository at this point in the history
Bump the dependencies group with 3 updates
  • Loading branch information
orf authored Dec 15, 2023
2 parents 352e123 + c27ca36 commit 469a517
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
33 changes: 24 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions html-query-web-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dioxus = "0.4.0"
dioxus-web = "0.4.0"
dioxus = "0.4.3"
dioxus-web = "0.4.3"
getrandom = { version = "0.2", features = ["js"] }
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }
html-query-extractor = {version= "0.2.2", path= "../html-query-extractor" }
Expand Down
2 changes: 1 addition & 1 deletion html-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "jq, but for HTML"
readme = "../README.md"

[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
anyhow = "1.0.70"
serde_json = "1.0.93"
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }
Expand Down

0 comments on commit 469a517

Please sign in to comment.