|
|
@ -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" |
|
|
|