From 1f1193e857814182f35ca86e06827ae687a52fe5 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 25 May 2022 18:48:57 -0400 Subject: [PATCH] Remove unused lazy_static --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69586d8d..a7eb79cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1776,7 +1776,6 @@ dependencies = [ "hyper", "insta", "jod-thread", - "lazy_static", "log", "maplit", "memofs", diff --git a/Cargo.toml b/Cargo.toml index 5543208a..5c970cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,6 @@ rojo-insta-ext = { path = "rojo-insta-ext" } criterion = "0.3.5" insta = { version = "1.8.0", features = ["redactions"] } -lazy_static = "1.4.0" paste = "1.0.5" pretty_assertions = "1.2.1" serde_yaml = "0.8.21"