From b5f3a548388931c3245473b61f6ea4b96341a1a6 Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Thu, 14 Oct 2021 19:16:16 +0200 Subject: Fix URL shortening of some WA inputs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 525153a..6477100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "gzip"] } +urlparse = "0.7.3" [dev-dependencies] mockito = "0.30.0" -- cgit v1.2.3