Skip to content

Commit 194e709

Browse files
authored
Merge pull request #87 from orf/dependabot/cargo/dependencies-7e6a59976f
Bump the dependencies group with 2 updates
2 parents fb69613 + dc18dd7 commit 194e709

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html-query-web-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ getrandom = { version = "0.2", features = ["js"] }
1313
html-query-ast = {version= "0.2.1", path= "../html-query-ast" }
1414
html-query-extractor = {version= "0.2.1", path= "../html-query-extractor" }
1515
serde_json = { version = "1.0.96", default-features = false }
16-
serde = { version = "1.0.160", features = ["derive"] }
16+
serde = { version = "1.0.193", features = ["derive"] }
1717

1818
log = "0.4.19"
1919
dioxus-logger = "0.4.1"

html-query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "jq, but for HTML"
99
readme = "../README.md"
1010

1111
[dependencies]
12-
clap = { version = "4.1.13", features = ["derive"] }
12+
clap = { version = "4.4.10", features = ["derive"] }
1313
anyhow = "1.0.70"
1414
serde_json = "1.0.93"
1515
html-query-ast = {version= "0.2.1", path= "../html-query-ast" }

0 commit comments

Comments
 (0)