From e8a15d953a6094e416d634e4a60d97b94af0a2b9 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 22 Jun 2024 00:04:43 +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 402fe45..2f6dea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ paste = "1.0.15" serde = "1.0.203" serde_json = "1.0.117" ringbuf = "0.3.3" -lazy_static = "1.4.0" +lazy_static = "1.5.0" [profile.release-lto] inherits = "release"