Skip to content

Commit

Permalink
Bump reqwest from 0.11.4 to 0.11.5
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.4...v0.11.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and saschagrunert committed Oct 8, 2021
1 parent 228be25 commit b9cd20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/main.rs"
actix-http-test = "2.1.0"
actix-http = "2.2.1"
lazy_static = "1.4.0"
reqwest = { version = "0.11.4", features = ["blocking", "json"] }
reqwest = { version = "0.11.5", features = ["blocking", "json"] }

[dependencies]
actix = "0.10.0"
Expand Down

0 comments on commit b9cd20b

Please sign in to comment.