bump serde & rework status parsing

This commit is contained in:
Pierre Dubouilh
2026-05-27 18:10:50 +02:00
committed by Pierre Dubouilh
parent 9d677a13df
commit 956d56716e
4 changed files with 126 additions and 59 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
lazy_static = "1.4.0"
regex = "1.5.4"
anyhow = "1.0.44"
serde_json = "=1.0.1"
serde_json = "1"
clap = { version = "4.5.27", features = ["derive"] }