From d7064e37b36d52f47593574245741eb0dedb51bc Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 1 Jul 2024 12:05:42 +0000 Subject: [PATCH] Update Rust crate lazy_static to 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0fd72c..ec7d69f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ paste = "1.0.15" serde = "1.0.203" serde_json = "1.0.119" ringbuf = "0.3.3" -lazy_static = "1.4.0" +lazy_static = "1.5.0" [profile.release-lto] inherits = "release"