Skip to content

Commit

Permalink
build(deps): Bump reqwest from 0.11.20 to 0.11.23
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.20 to 0.11.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.11.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent dcc5865 commit 55e9fde
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["web-programming"]

[dependencies]
regex = "1.10.2"
reqwest = { version = "0.11.20", optional = true }
reqwest = { version = "0.11.23", optional = true }
scraper = "0.17.1"
thiserror = "1.0.50"
url = "2.4.1"
Expand Down

0 comments on commit 55e9fde

Please sign in to comment.