From c043a9b39dad5b3a45e1ee61f65edc8d695755b6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 19:57:12 -0500 Subject: use once_cell instead of lazy_static --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 403b53b..02310cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ version = "0.1.0" dependencies = [ "ahash", "anyhow", - "lazy_static", + "once_cell", "paw", "priority-queue", "regex", -- cgit v1.2.3-54-g00ecf