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"