From 47f0071b61157e23bdae333f229d9f4d571151b9 Mon Sep 17 00:00:00 2001 From: klensy Date: Sat, 25 Feb 2023 14:00:57 +0300 Subject: [PATCH] drop unused paste crate --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc19cabe1..c4af9dba02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ openssl-probe = { version = "0.1", optional = true } structopt = "0.3" time = "0.1.39" tempfile = "3.1.0" -paste = "1" [features] unstable = []