Merge pull request #64 from oxigraph/dependabot/cargo/http-client-6

pull/66/head
dependabot[bot] 4 years ago committed by GitHub
commit c4e8282bf0
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-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"

Loading…
Cancel
Save