From 65959b2554610b7e5f039463d4964be461ca2598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:46:33 +0000 Subject: [PATCH] chore(deps): update dependency filecoin-project/curio to v1.28.6 --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 4573985..e704a5a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -290,7 +290,7 @@ impl Default for Config { }, curio: Location::GitTag { url: "https://github.com/filecoin-project/curio.git".to_string(), - tag: "v1.28.4".to_string(), + tag: "v1.28.6".to_string(), }, filecoin_services: Location::GitTag { url: "https://github.com/FilOzone/filecoin-services.git".to_string(),