Skip to content

Commit 709a085

Browse files
chore: update ark-* to 0.5
1 parent 4d0bc15 commit 709a085

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ name = "photon-tree-validator"
3434
path = "src/tools/tree_validator/main.rs"
3535

3636
[dependencies]
37-
ark-serialize = "0.4"
38-
ark-bn254 = "0.4"
37+
ark-serialize = "0.5"
38+
ark-bn254 = "0.5"
3939

4040
anchor-lang = "0.29.0"
4141
anyhow = "1.0.79"
@@ -55,7 +55,6 @@ itertools = "0.12.1"
5555
jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
5656
jsonrpsee-core = { version = "0.16.2", features = ["server"] }
5757
lazy_static = "1.4.0"
58-
light-poseidon = "0.2.0"
5958
log = "0.4.17"
6059
once_cell = "1.19.0"
6160
rstest = "0.18.2"
@@ -81,6 +80,8 @@ solana-sdk = "1.18.0"
8180
solana-pubkey = "2.3.0"
8281

8382
solana-transaction-status = "1.18.0"
83+
84+
light-poseidon = "0.3.0"
8485
light-batched-merkle-tree = { git = "https://github.com/Lightprotocol/light-protocol", rev = "368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
8586
light-compressed-account = { git = "https://github.com/Lightprotocol/light-protocol", rev = "368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
8687
light-concurrent-merkle-tree = { git = "https://github.com/Lightprotocol/light-protocol", rev = "368f9f08272db78c74b2ade1a1c2fead27dd0a96" }

0 commit comments

Comments
 (0)