From 9d375f94612cc3f3abe749bab41b65d5edb7665f Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:35:47 +1100 Subject: [PATCH] Reduce log version requirements back to 0.4.22 (#2020) Since new versions are yanked Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 05fc6ab0..adbdf35d 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -30,7 +30,7 @@ compact_str = "0.8.0" dirs = "5.0.1" file-format = { version = "0.26.0", default-features = false } home = "0.5.9" -log = { version = "0.4.24", features = ["std"] } +log = { version = "0.4.22", features = ["std"] } miette = "7.0.0" mimalloc = { version = "0.1.39", default-features = false, optional = true } once_cell = "1.18.0"