Skip to content

Commit dc18dd7

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [serde](https://github.com/serde-rs/serde). Updates `clap` from 4.4.7 to 4.4.10 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.7...v4.4.10) Updates `serde` from 1.0.192 to 1.0.193 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.192...v1.0.193) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb69613 commit dc18dd7

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)