diff --git a/arithmetic/Cargo.toml b/arithmetic/Cargo.toml index 99192dc0..2b9726b7 100644 --- a/arithmetic/Cargo.toml +++ b/arithmetic/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -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-ff = { version = "^0.4.0", default-features = false } ark-poly = { version = "^0.4.0", default-features = false } ark-serialize = { version = "^0.4.0", default-features = false } diff --git a/hyperplonk/Cargo.toml b/hyperplonk/Cargo.toml index 90a8cda0..7c8c8648 100644 --- a/hyperplonk/Cargo.toml +++ b/hyperplonk/Cargo.toml @@ -18,7 +18,7 @@ transcript = { path = "../transcript" } util = { path = "../util" } [dev-dependencies] -ark-bls12-381 = { version = "0.4.0", default-features = false, features = [ "curve" ] } +ark-bls12-381 = { version = "0.5.0", default-features = false, features = [ "curve" ] } # Benchmarks [[bench]] name = "hyperplonk-benches" diff --git a/subroutines/Cargo.toml b/subroutines/Cargo.toml index 78d9260f..851d81c2 100644 --- a/subroutines/Cargo.toml +++ b/subroutines/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] arithmetic = { path = "../arithmetic" } -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-ec = { version = "^0.4.0", default-features = false } ark-ff = { version = "^0.4.0", default-features = false } ark-poly = { version = "^0.4.0", default-features = false }