Skip to content

Commit

Permalink
build(deps): bump ark-bn254 from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [ark-bn254](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](arkworks-rs/algebra@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: ark-bn254
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent a476694 commit 1d1eb64
Show file tree
Hide file tree
Showing 8 changed files with 243 additions and 63 deletions.
292 changes: 236 additions & 56 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion circuit-lib/light-prover-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ light-bounded-vec = { path = "../../merkle-tree/bounded-vec", version = "1.1.0"
light-utils = { path = "../../utils", version = "1.1.0" }
# ark dependencies
ark-serialize = "0.4.2"
ark-bn254 = { version = "0.4" }
ark-bn254 = { version = "0.5" }
ark-std = { version = "0.4", default-features = false, features = ["parallel"] }
light-batched-merkle-tree = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion merkle-tree/concurrent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ solana-program = { workspace = true, optional = true }
thiserror = "1.0"

[dev-dependencies]
ark-bn254 = "0.4"
ark-bn254 = "0.5"
ark-ff = "0.4"
light-merkle-tree-reference = { path = "../reference", version = "1.1.0" }
light-hash-set = { workspace = true, features = ["solana"] }
Expand Down
2 changes: 1 addition & 1 deletion merkle-tree/hash-set/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ thiserror = "1.0"
light-heap = { path = "../../heap", version = "1.1.0" }

[dev-dependencies]
ark-bn254 = "0.4"
ark-bn254 = "0.5"
ark-ff = "0.4"
rand = "0.8"
2 changes: 1 addition & 1 deletion merkle-tree/hasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ solana-program = { workspace = true }
thiserror = "1.0"

[target.'cfg(not(target_os = "solana"))'.dependencies]
ark-bn254 = "0.4.0"
ark-bn254 = "0.5.0"
sha2 = "0.10"
sha3 = "0.10"

Expand Down
2 changes: 1 addition & 1 deletion test-programs/account-compression-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default = ["custom-heap"]
[dependencies]

[dev-dependencies]
ark-bn254 = "0.4.0"
ark-bn254 = "0.5.0"
ark-ff = "0.4.0"
solana-program-test = { workspace = true}
light-test-utils = { version = "1.2.0", path = "../../test-utils", features=["devenv"] }
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ light-hasher = {workspace = true}
num-bigint = { version = "0.4", features = ["rand"] }
thiserror = "1.0"
solana-program = { workspace = true }
ark-bn254 = "0.4.0"
ark-bn254 = "0.5.0"
rand = "0.8"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
account-compression = { workspace = true }
anyhow = "1.0"
ark-bn254 = "0.4"
ark-bn254 = "0.5"
ark-ff = "0.4"
clap = { version = "4", features = ["derive"] }
groth16-solana = "0.0.3"
Expand Down

0 comments on commit 1d1eb64

Please sign in to comment.