Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.11.6 to 0.11.9
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.9.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.6...v0.11.9)

---
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 Aug 31, 2022
1 parent f6cc8d8 commit 76e49b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
33 changes: 24 additions & 9 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 @@ -13,7 +13,7 @@ hex = "0.4.3"
lazy_static = "1.4.0"
rand = "0.8.4"
regex = "1.5.4"
reqwest = {version = "0.11.6", features = ["json"]}
reqwest = {version = "0.11.9", features = ["json"]}
time = "0.2.25"

tokio = {version = "1.15.0", features = ["full"]}
Expand Down

0 comments on commit 76e49b1

Please sign in to comment.