From c60ce098cbaadb866e1fb3c0c2a0f7b8fcb3fd3e Mon Sep 17 00:00:00 2001 From: joel <6587811+JoelMon@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:23:06 -0500 Subject: [PATCH] removed onecell --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15c02c9..cb12577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" name = "est" [dependencies] -once_cell = "1.16" thiserror ="1.0" regex = "1" lazy_static = "1.4.0"