From c71c320a349ff0d3a3c2127298f657e56e431dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 20:15:56 +0000 Subject: [PATCH] build(deps): bump ark-bls12-381 from 0.4.0 to 0.5.0 Bumps [ark-bls12-381](https://github.com/arkworks-rs/algebra) from 0.4.0 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.0...v0.5.0) --- updated-dependencies: - dependency-name: ark-bls12-381 dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40cf6d0a..02e3c0fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8010,7 +8010,7 @@ dependencies = [ name = "pallet-evm-precompile-bls12381" version = "1.0.0-dev" dependencies = [ - "ark-bls12-381 0.4.0", + "ark-bls12-381 0.5.0", "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-std 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index f95a124e..39c9be1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-s # Arkworks ark-bls12-377 = { version = "0.4.0", default-features = false, features = ["curve"] } -ark-bls12-381 = { version = "0.4.0", default-features = false, features = ["curve"] } +ark-bls12-381 = { version = "0.5.0", default-features = false, features = ["curve"] } ark-bn254 = { version = "0.4.0", default-features = false, features = ["curve"] } ark-bw6-761 = { version = "0.4.0", default-features = false } ark-ec = { version = "0.4.0", default-features = false }