Better accounting data retrieve

This commit is contained in:
Dominik Werder
2024-06-27 11:03:57 +02:00
parent 8e286b455d
commit 21259e6591
14 changed files with 456 additions and 220 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
path = "src/taskrun.rs"
[dependencies]
tokio = { version = "1.37.0", features = ["full", "tracing", "time"] }
tokio = { version = "1.38.0", features = ["full", "tracing", "time"] }
futures-util = "0.3.28"
tracing = "0.1.40"
tracing-log = "0.2.0"