diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-08 04:23:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 04:23:42 +0000 |
commit | dc483e6a11a5d7354fb70a2bce1b95ada7e96359 (patch) | |
tree | 070526aee41378fda4e84e082ec24010974c483e | |
parent | Merge pull request #609 from svenstaro/dependabot/cargo/pretty_assertions-1.0.0 (diff) | |
download | miniserve-dc483e6a11a5d7354fb70a2bce1b95ada7e96359.tar.gz miniserve-dc483e6a11a5d7354fb70a2bce1b95ada7e96359.zip |
Bump reqwest from 0.11.4 to 0.11.5
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](https://github.com/seanmonstar/reqwest/compare/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] <support@github.com>
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2004,9 +2004,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" +checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" dependencies = [ "base64", "bytes", @@ -2027,6 +2027,7 @@ dependencies = [ "pin-project-lite", "rustls", "serde", + "serde_json", "serde_urlencoded", "tokio", "tokio-rustls", @@ -2849,8 +2850,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0" dependencies = [ "cfg-if", - "serde", - "serde_json", "wasm-bindgen-macro", ] |