Update deps

This commit is contained in:
Dominik Werder
2025-06-18 13:27:45 +02:00
parent bcf6939046
commit b8ce63e3f2
10 changed files with 122 additions and 123 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
doctest = false
[dependencies]
log = { path = "../../daqbuf-log", package = "log" }
log = { path = "../../daqbuf-log", package = "daqbuf-log" }
err = { path = "../../daqbuf-err", package = "daqbuf-err" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
async-channel = "2.1.0"