From 5b951a4af11e402e24316a9ce4bfcfd8dda86e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 06:28:51 +0000 Subject: [PATCH] Update http-client requirement from 5 to 6 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/commits) Signed-off-by: dependabot[bot] --- wikibase/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikibase/Cargo.toml b/wikibase/Cargo.toml index c37b718b..856aee27 100644 --- a/wikibase/Cargo.toml +++ b/wikibase/Cargo.toml @@ -15,7 +15,7 @@ argh = "0.1" async-std = { version = "1", features = ["attributes"] } async-h1 = "2" chrono = "0.4" -http-client = { version = "5", features = ["h1_client"] } +http-client = { version = "6", features = ["h1_client"] } http-types = "2" oxigraph = { version = "0.1", path ="../lib", features = ["rocksdb", "http_client"] } serde_json = "1"