From 1c80bc4b5b2736e9421fc8a6f833f1e592e08642 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 13 Oct 2024 19:09:15 +0300 Subject: refactor(tvix/store): remove use of lazy_static This is now supported in the standard library via std::sync::LazyLock, but requires some manual shuffling around of code. Change-Id: Ifca792f4d2dbc36b703de4a4dfa406015ab86da7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12614 Autosubmit: flokli Reviewed-by: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/Cargo.toml') diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml index e86ae3a8f93a..6b30e1196c39 100644 --- a/tvix/Cargo.toml +++ b/tvix/Cargo.toml @@ -77,7 +77,6 @@ http = "1.1.0" hyper-util = "0.1.7" indicatif = "0.17.8" itertools = "0.12.1" -lazy_static = "1.5.0" lexical-core = "0.8.5" libc = "0.2.158" lru = "0.12.4" -- cgit 1.4.1