From c1f9624ec0f6259d374a23ed1fa74e756694361d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:30:56 +0000 Subject: [PATCH] build(deps): bump ark-serialize from 0.4.2 to 0.5.0 Bumps [ark-serialize](https://github.com/arkworks-rs/algebra) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: ark-serialize dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff495ce9..a9f36091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,7 +190,7 @@ ark-bw6-761 = { version = "0.4.0", default-features = false } ark-ec = { version = "0.4.0", default-features = false } ark-ff = { version = "0.4.0", default-features = false } ark-groth16 = { version = "0.4.0", default-features = false } -ark-serialize = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.5.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } # Frontier Client