fix(log): decrease log size

This commit is contained in:
2025-07-10 17:30:38 +03:00
parent b988880c41
commit b563c7ea24
7 changed files with 64 additions and 16 deletions

8
Cargo.lock generated
View File

@@ -342,6 +342,7 @@ dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
@@ -2045,6 +2046,7 @@ dependencies = [
"color-eyre",
"crossterm 0.29.0",
"derive_macro",
"derive_more",
"dirs",
"merge",
"ratatui",
@@ -2102,6 +2104,12 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "untrusted"
version = "0.9.0"