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>
This commit is contained in:
Jiahao XU 2025-01-12 17:35:47 +11:00 committed by GitHub
parent 7bcb061e88
commit 9d375f9461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"