From ac73d97a1332f4f5da094c1006ffb7bccfdfc1ff Mon Sep 17 00:00:00 2001 From: blu3 Date: Fri, 10 Jan 2025 15:39:09 +0300 Subject: [PATCH] Revert --- server/shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/shared/Cargo.toml b/server/shared/Cargo.toml index 220b2c68..80cf9b09 100644 --- a/server/shared/Cargo.toml +++ b/server/shared/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.22.1" colored = "3.0.0" crypto_box = { version = "0.9.1", features = ["std", "chacha20"] } hmac = "0.13.0-pre.4" -log = "0.4.23" +log = "0.4.22" nohash-hasher = "0.2.0" parking_lot = "0.12.3" rand = "0.9.0-beta.1"