Bump http-client from 6.4.1 to 6.5.1

Bumps [http-client](https://github.com/http-rs/http-client) from 6.4.1 to 6.5.1.
- [Release notes](https://github.com/http-rs/http-client/releases)
- [Changelog](https://github.com/http-rs/http-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/http-rs/http-client/compare/v6.4.1...v6.5.1)

---
updated-dependencies:
- dependency-name: http-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/139/head
dependabot[bot] 4 years ago committed by GitHub
parent 294376c725
commit 23453bbabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock

4
Cargo.lock generated

@ -1130,9 +1130,9 @@ dependencies = [
[[package]] [[package]]
name = "http-client" name = "http-client"
version = "6.4.1" version = "6.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce318d86a47d18d1db645c979214f809a6cd625202ad334ef75ca813b30dac80" checksum = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c"
dependencies = [ dependencies = [
"async-h1", "async-h1",
"async-native-tls", "async-native-tls",

Loading…
Cancel
Save