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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e863961..a673a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] ahash = "0.7.6" anyhow = "1.0.51" -lazy_static = "1.4.0" +once_cell = "1.9.0" paw = "1.0.0" priority-queue = "1.2.1" regex = "1.5.4" -- cgit v1.2.3-54-g00ecf