From 96ccdc462140671054f5601ca77b9c3920e17707 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Jun 2021 15:24:57 +0100 Subject: [PATCH] tera: Drop direct dependency on tera Signed-off-by: Ian Jackson --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28c727fd..13a86088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2478,7 +2478,6 @@ dependencies = [ "strum", "subtle", "tempfile", - "tera 0.11.20", "tera 1.10.0", "toml 0.5.8", "typetag", diff --git a/Cargo.toml b/Cargo.toml index ef3f54a0..5e4aa93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,6 @@ structopt="0.3" sha2="0.9" subtle="2.4" tempfile="3" -tera="0.11" toml="0.5" typetag="0.1.6" uds="0.2" -- 2.30.2