Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2022
1 parent aecc01e commit 858dec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 @@ -15,7 +15,7 @@ hyper = { version = "0.14.20", features = ["http2", "server"] }
lazy_static = "1.4.0"
librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2.52.1" }
quick-xml = "0.23.0"
reqwest = { version = "0.11.10", features = ["default-tls"] }
reqwest = { version = "0.11.11", features = ["default-tls"] }
tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] }
url = "2.2.2"

Expand Down

0 comments on commit 858dec8

Please sign in to comment.