From b833a1a3531d31a92a6cc13fdc3a06024217412f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 02:45:00 +0000 Subject: [PATCH] chore(deps): update dependency filecoin-project/lotus to v1.36.3 --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index e704a5a..09e5215 100644 --- a/src/config.rs +++ b/src/config.rs @@ -286,7 +286,7 @@ impl Default for Config { port_range_count: 100, lotus: Location::GitTag { url: "https://github.com/filecoin-project/lotus.git".to_string(), - tag: "v1.36.2".to_string(), + tag: "v1.36.3".to_string(), }, curio: Location::GitTag { url: "https://github.com/filecoin-project/curio.git".to_string(),