git.delta.rocks / jrsonnet / refs/commits / ad5819a88a6f

difftreelog

feat downgrade tracing-subscriber for log formatting for now

tnuktozkYaroslav Bolyukin2026-01-08parent: #d97c9fe.patch.diff
in: trunk

2 files changed

modifiedCargo.lockdiffbeforeafterboth
19981998
1999[[package]]1999[[package]]
2000name = "matchers"2000name = "matchers"
2001version = "0.2.0"2001version = "0.1.0"
2002source = "registry+https://github.com/rust-lang/crates.io-index"2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"2003checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2004dependencies = [2004dependencies = [
2005 "regex-automata",2005 "regex-automata 0.1.10",
2006]2006]
20072007
2008[[package]]2008[[package]]
21292129
2130[[package]]2130[[package]]
2131name = "nu-ansi-term"2131name = "nu-ansi-term"
2132version = "0.50.3"2132version = "0.46.0"
2133source = "registry+https://github.com/rust-lang/crates.io-index"2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"2134checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2135dependencies = [2135dependencies = [
2136 "overload",
2136 "windows-sys 0.61.2",2137 "winapi",
2137]2138]
21382139
2139[[package]]2140[[package]]
2317 "thiserror 2.0.17",2318 "thiserror 2.0.17",
2318]2319]
2320
2321[[package]]
2322name = "overload"
2323version = "0.1.1"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
23192326
2320[[package]]2327[[package]]
2321name = "papergrid"2328name = "papergrid"
2743dependencies = [2750dependencies = [
2744 "aho-corasick",2751 "aho-corasick",
2745 "memchr",2752 "memchr",
2746 "regex-automata",2753 "regex-automata 0.4.12",
2747 "regex-syntax",2754 "regex-syntax 0.8.7",
2748]2755]
2756
2757[[package]]
2758name = "regex-automata"
2759version = "0.1.10"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2762dependencies = [
2763 "regex-syntax 0.6.29",
2764]
27492765
2750[[package]]2766[[package]]
2751name = "regex-automata"2767name = "regex-automata"
2755dependencies = [2771dependencies = [
2756 "aho-corasick",2772 "aho-corasick",
2757 "memchr",2773 "memchr",
2758 "regex-syntax",2774 "regex-syntax 0.8.7",
2759]2775]
2776
2777[[package]]
2778name = "regex-syntax"
2779version = "0.6.29"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
27602782
2761[[package]]2783[[package]]
2762name = "regex-syntax"2784name = "regex-syntax"
39213943
3922[[package]]3944[[package]]
3923name = "tracing-subscriber"3945name = "tracing-subscriber"
3924version = "0.3.20"3946version = "0.3.19"
3925source = "registry+https://github.com/rust-lang/crates.io-index"3947source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"3948checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
3927dependencies = [3949dependencies = [
3928 "matchers",3950 "matchers",
3929 "nu-ansi-term",3951 "nu-ansi-term",
3930 "once_cell",3952 "once_cell",
3931 "regex-automata",3953 "regex",
3932 "serde",3954 "serde",
3933 "serde_json",3955 "serde_json",
3934 "sharded-slab",3956 "sharded-slab",
4284 "rustix 0.38.44",4306 "rustix 0.38.44",
4285]4307]
4308
4309[[package]]
4310name = "winapi"
4311version = "0.3.9"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4314dependencies = [
4315 "winapi-i686-pc-windows-gnu",
4316 "winapi-x86_64-pc-windows-gnu",
4317]
4318
4319[[package]]
4320name = "winapi-i686-pc-windows-gnu"
4321version = "0.4.0"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
42864324
4287[[package]]4325[[package]]
4288name = "winapi-util"4326name = "winapi-util"
4293 "windows-sys 0.61.2",4331 "windows-sys 0.61.2",
4294]4332]
4333
4334[[package]]
4335name = "winapi-x86_64-pc-windows-gnu"
4336version = "0.4.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
42954339
4296[[package]]4340[[package]]
4297name = "windows-core"4341name = "windows-core"
modifiedCargo.tomldiffbeforeafterboth
22thiserror = "2.0.12"22thiserror = "2.0.12"
23tokio = { version = "1.45.1", features = ["fs", "macros", "rt", "rt-multi-thread", "sync", "time"] }23tokio = { version = "1.45.1", features = ["fs", "macros", "rt", "rt-multi-thread", "sync", "time"] }
24tracing = "0.1"24tracing = "0.1"
25# 0.3.20 breaks ansi coloring of log output, which looks very bad with nix.
26# Freezing version until better solution (possibly other console log pretty-printer) is implemented.
27# https://github.com/tokio-rs/tracing/issues/3369
25tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }28tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "fmt"] }
2629
27[profile.dev]30[profile.dev]
28panic = "abort"31panic = "abort"