From ab0401e5559aa3ec2a863248b1bdf39e55701243 Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 11 May 2022 11:05:49 +0200 Subject: [PATCH] Change lazy_static to 1.4 --- peach-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index 58e5789..82970a1 100644 --- a/peach-lib/Cargo.toml +++ b/peach-lib/Cargo.toml @@ -21,4 +21,4 @@ serde_json = "1.0" serde_yaml = "0.8" toml = "0.5" sha3 = "0.10" -lazy_static = "1.4.0" +lazy_static = "1.4"