add console-subscriber 0.5 dependency

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-02 19:31:17 -04:00
parent 5b92b59b17
commit 1fd4ce05c1
2 changed files with 181 additions and 15 deletions

View file

@ -38,7 +38,7 @@ peg = "0.8"
paste = "1"
jobkit = { path = "/home/kent/jobkit", features = ["daemon", "console"] }
tokio = { version = "1", features = ["full", "tracing"] }
console-subscriber = "0.4"
console-subscriber = "0.5"
reqwest = { version = "0.12", features = ["json"] }
walkdir = "2"
glob = "0.3"