From 608d9fb4c3497e5e6506fcf08d9459b86a6d7648 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:46:58 +0000 Subject: [PATCH] chore(deps): update dependency filecoin-project/lotus to v1.36.2 --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 17706f5..ca31353 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.1".to_string(), + tag: "v1.36.2".to_string(), }, curio: Location::GitTag { url: "https://github.com/filecoin-project/curio.git".to_string(),