From f1034ac6cd2077e68b24c3ee2efbcb09320942af Mon Sep 17 00:00:00 2001 From: Tpt Date: Mon, 13 Sep 2021 18:47:06 +0200 Subject: [PATCH] Drops unused argh dependency --- server/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index bc3473cd..a6ee489b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,7 +12,6 @@ SPARQL server based on Oxigraph edition = "2018" [dependencies] -argh = "0.1" async-std = { version = "1", features = ["attributes"] } async-h1 = "2" clap = "2"