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"