From 91d65008c759e59c6eedfa418f15207d84b35328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:25:47 +0000 Subject: [PATCH] Update p3-goldilocks requirement from 0.5 to 0.6 Updates the requirements on [p3-goldilocks](https://github.com/Plonky3/Plonky3) to permit the latest version. - [Release notes](https://github.com/Plonky3/Plonky3/releases) - [Changelog](https://github.com/Plonky3/Plonky3/blob/main/CHANGELOG.md) - [Commits](https://github.com/Plonky3/Plonky3/compare/v0.5.0...p3-goldilocks-v0.6.1) --- updated-dependencies: - dependency-name: p3-goldilocks dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83fea93..8ddf2d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ zerocopy = { version = "0.8", features = ["derive"] } [dev-dependencies] criterion = "0.8" p3-field = "0.5" -p3-goldilocks = "0.5" +p3-goldilocks = "0.6" [features] default = ["arkworks", "spongefish", "parallel", "simd"]