From a0dfa8a03bccbdbf974ad9568b7cee150723a23f Mon Sep 17 00:00:00 2001 From: Flier Lu Date: Mon, 19 Feb 2024 16:31:48 +0800 Subject: [PATCH] upgrade lazy_static --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d28dd89..f0da93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ runtime_select = ["lazy_static"] [dependencies] cfg-if = "1.0" -lazy_static = { version = "1.3", optional = true } +lazy_static = { version = "1.4", optional = true } [dependencies.num-traits] version = "0.2" @@ -41,7 +41,7 @@ criterion = "0.5" farmhash = "1.1" fnv = "1.0" fxhash = "0.2" -lazy_static = "1.3" +lazy_static = "1.4" meowhash = "0.3" metrohash = "1.0" murmur3 = "0.5"