From 7bcc00e12358f0fd42a7406ac6eabf6388cc88ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:25:52 +0000 Subject: [PATCH] Update p3-field requirement from 0.5 to 0.6 Updates the requirements on [p3-field](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-field-v0.6.1) --- updated-dependencies: - dependency-name: p3-field 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..f7fb357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ zerocopy = { version = "0.8", features = ["derive"] } [dev-dependencies] criterion = "0.8" -p3-field = "0.5" +p3-field = "0.6" p3-goldilocks = "0.5" [features]