Update http-client requirement from 4 to 5

Updates the requirements on [http-client](https://github.com/http-rs/http-client) to permit the latest version.
- [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/4.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
pull/62/head
dependabot[bot] 4 years ago committed by GitHub
parent 61a273578e
commit faf80aeeb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wikibase/Cargo.toml

@ -15,7 +15,7 @@ argh = "0.1"
async-std = { version = "1", features = ["attributes"] } async-std = { version = "1", features = ["attributes"] }
async-h1 = "2" async-h1 = "2"
chrono = "0.4" chrono = "0.4"
http-client = { version = "4", features = ["h1_client"] } http-client = { version = "5", features = ["h1_client"] }
http-types = "2" http-types = "2"
oxigraph = { version = "0.1", path ="../lib", features = ["rocksdb", "http_client"] } oxigraph = { version = "0.1", path ="../lib", features = ["rocksdb", "http_client"] }
serde_json = "1" serde_json = "1"

Loading…
Cancel
Save