Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [anyhow](https://github.com/dtolnay/anyhow), [markup5ever](https://github.com/servo/html5ever) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap` from 4.5.2 to 4.5.3
- [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.5.2...v4.5.3)

Updates `anyhow` from 1.0.80 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.80...1.0.81)

Updates `markup5ever` from 0.11.0 to 0.12.0
- [Commits](servo/html5ever@markup5ever-v0.11.0...markup5ever-v0.12.0)

Updates `thiserror` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: markup5ever
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent b10aca3 commit f4e351a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 20 deletions.
56 changes: 40 additions & 16 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 crates/html-query-extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT"
description = "HTML extractor for hq: jq, but for HTML"

[dependencies]
markup5ever = "0.11.0"
markup5ever = "0.12.0"
serde_json = "1.0.93"
scraper = "0.19.0"
thiserror = "1.0.40"
thiserror = "1.0.58"
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }
4 changes: 2 additions & 2 deletions crates/html-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ description = "jq, but for HTML"
readme = "../../README.md"

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

0 comments on commit f4e351a

Please sign in to comment.