Skip to content

Commit

Permalink
build(deps): Bump reqwest from 0.11.20 to 0.11.22
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.22.
- [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.22)

---
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 Oct 9, 2023
1 parent 88d0d05 commit 40678bf
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.9.5"
reqwest = { version = "0.11.20", optional = true }
reqwest = { version = "0.11.22", optional = true }
scraper = "0.17.1"
thiserror = "1.0.48"
url = "2.4.1"
Expand Down

0 comments on commit 40678bf

Please sign in to comment.