From f61d2f415f2d10174799471976f419cb4bd2e9ec Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Tue, 3 Jun 2025 12:27:29 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea79a1a..5aa8f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ bytes = "1.10" byteorder = "1.4" hex = "0.4.3" nom = "7.1.3" -autoerr = "0.0.3" +autoerr = "0.0" daqbuf-err = { path = "../daqbuf-err" } netpod = { path = "../daqbuf-netpod", package = "daqbuf-netpod" }