diff --git a/server/Cargo.toml b/server/Cargo.toml index 6d187419..85d626d8 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,7 +12,7 @@ SPARQL server based on Oxigraph edition = "2018" [dependencies] -oxhttp = { git = "https://github.com/oxigraph/oxhttp", branch = "master" } +oxhttp = "0.1" clap = "2" oxigraph = { version = "0.3.0-dev", path = "../lib", features = ["http_client"] } rand = "0.8"