Skip to content

Commit

Permalink
Merge pull request #56 from topos-protocol/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Feb 23, 2024
2 parents 2c45de0 + 7e5dfb6 commit 18e426d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
42 changes: 24 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ categories = ["cryptography"]
anyhow = { version = "1.0.71", features = ["backtrace"] }
clap = {version = "4.2.7", features = ["derive"] }
ethereum-types = "0.14.1"
mpt_trie = { git = "https://github.com/0xPolygonZero/zk_evm.git", rev = "62b6f5a8fd11cfc74d32f8d598d395a46f148502" }
mpt_trie = "0.1.0"
flexi_logger = { version = "0.25.4", features = ["async"] }
futures = "0.3.28"
keccak-hash = "0.10.0"
log = "0.4.17"
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "710225c9e0ac5822b2965ce74951cf000bbb8a2c" }
evm_arithmetization = { git = "https://github.com/0xPolygonZero/zk_evm.git", rev = "62b6f5a8fd11cfc74d32f8d598d395a46f148502" }
plonky2 = "0.2.0"
evm_arithmetization = "0.1.0"
serde = "1.0.163"
serde_cbor = "0.11.2"
tokio = { version = "1.28.1" }
Expand Down

0 comments on commit 18e426d

Please sign in to comment.