Skip to content

Commit

Permalink
build(deps): bump reqwest from 0.11.26 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.12.2.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.26...v0.12.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 74f445d commit de8f0d8
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 25 deletions.
153 changes: 129 additions & 24 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 mwp-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy_static = "1.4.0"
lol_html = "1.2.1"
pulldown-cmark = "0.9.3"
regex = "1.10.3"
reqwest = "0.11.26"
reqwest = "0.12.2"
serde = "1.0.197"
serde_json = "1.0.114"
sled = "0.34.7"
Expand Down

0 comments on commit de8f0d8

Please sign in to comment.