From 79df7eb8c8d9882b3f920ac67c04baf295e84e8e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Apr 2024 10:35:21 +0000 Subject: [PATCH] Update Rust crate lazy_static to 1.4.0 --- crates/lox-library/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 9d75bb1..d681932 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -23,7 +23,7 @@ serde = "1.0.197" serde_with = {version = "3.7.0", features = ["json"]} sha2 = "0.10" statistical = "1.0.0" -lazy_static = "1" +lazy_static = "1.4.0" hex_fmt = "0.3" aes-gcm = { version = "0.10", features =["aes"]} base64 = "0.22.0"