Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent 7f9f75e commit aeafa2c
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 21 deletions.
113 changes: 93 additions & 20 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 @@ -28,7 +28,7 @@ uuid = { version = "1.4.1", features = [
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
]}

reqwest = { version = "0.11.11", features = ["blocking", "multipart"] }
reqwest = { version = "0.11.20", features = ["blocking", "multipart"] }

rustc_version_runtime = "0.2.1"
os_info = "3"
Expand Down

0 comments on commit aeafa2c

Please sign in to comment.