Skip to content

Commit

Permalink
Merge pull request #87 from orf/dependabot/cargo/dependencies-7e6a59976f
Browse files Browse the repository at this point in the history
Bump the dependencies group with 2 updates
  • Loading branch information
orf authored Nov 29, 2023
2 parents fb69613 + dc18dd7 commit 194e709
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 html-query-web-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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" }
serde_json = { version = "1.0.96", default-features = false }
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }

log = "0.4.19"
dioxus-logger = "0.4.1"
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.1.13", features = ["derive"] }
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" }
Expand Down

0 comments on commit 194e709

Please sign in to comment.