From 1e85b0fdc455e919f5019b221665dcc59d264b4c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 13 Feb 2021 04:58:25 +0000 Subject: [PATCH] fix cargo --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f13efac2..64b447e14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,6 @@ time = { version = "0.2.23", default-features = false, features = ["std"] } tls-openssl = { package = "openssl", version = "0.10.9", optional = true } tls-rustls = { package = "rustls", version = "0.19.0", optional = true } url = "2.1" -smallvec = "1.6" [target.'cfg(windows)'.dependencies.tls-openssl] version = "0.10.9"