build(deps): bump reqwest from 0.11.14 to 0.11.15 (#6361)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.15.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.14...v0.11.15)

---
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>
This commit is contained in:
dependabot[bot] 2023-03-21 18:41:19 +00:00 committed by GitHub
parent 9609e625ea
commit c0849ad8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3598,9 +3598,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "reqwest"
version = "0.11.14"
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
dependencies = [
"async-compression",
"base64 0.21.0",

View File

@ -186,7 +186,7 @@ serde_json = { version = "1.0.94", features = ["preserve_order"] }
tempfile = "3.4.0"
hyper = { version = "0.14.25", features = ["http1", "http2", "server"]}
reqwest = "0.11.14"
reqwest = "0.11.15"
tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] }
tokio-stream = "0.1.12"