Skip to content

Commit

Permalink
Merge pull request #5 from iosis-tech/cairo1-run_dep
Browse files Browse the repository at this point in the history
deps update
  • Loading branch information
rkdud007 authored Apr 15, 2024
2 parents 578577f + 299ad01 commit 8426aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ libp2p = { version = "0.53.2", features = ["tokio","gossipsub","kad","mdns","noi
num-bigint = "0.4.4"
serde = "1.0.197"
serde_json = "1.0.115"
starknet = "0.9.0"
starknet = "0.10.0"
tempfile = "3.10.1"
thiserror = "1.0.58"
tokio = { version = "1.36", features = ["full"] }
tokio-util = "0.7.10"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
cairo1-run = { git = "https://github.com/iosis-tech/cairo-vm", rev = "091e1b3acf62a6e6baa9784105ae1125231b29e7"}

sharp-p2p-common = { path = "crates/common" }
sharp-p2p-delegator = { path = "crates/delegator" }
Expand Down

0 comments on commit 8426aae

Please sign in to comment.