From 9e97a96fba0487f1d141fad4b5a952714429f492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:20:03 +0000 Subject: [PATCH] chore(deps): update dependency filozone/pdp to v3.5.0 --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 09e5215..102c0e2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -484,7 +484,7 @@ mod tests { let config = Config { pdp: Some(Location::GitTag { url: "https://github.com/FilOzone/pdp.git".to_string(), - tag: "v3.4.0".to_string(), + tag: "v3.5.0".to_string(), }), ..Default::default() };