Skip to content

Commit

Permalink
chore: bump blockifier
Browse files Browse the repository at this point in the history
Not sure why those hashes changed, but it looks flaky --- will TAL on
separate PR.

Other changes in Cargo.toml are alphabetization.
  • Loading branch information
Gilad Chase committed Jul 15, 2024
1 parent f212a77 commit edca6a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ members = [
"crates/mempool",
"crates/mempool_infra",
"crates/mempool_node",
"crates/mempool_test_utils",
"crates/mempool_types",
"crates/starknet_sierra_compile",
"crates/task_executor",
"crates/mempool_test_utils",
"crates/tests-integration",
]
resolver = "2"
Expand All @@ -34,8 +34,8 @@ assert-json-diff = "2.0.2"
assert_matches = "1.5.0"
async-trait = "0.1.79"
axum = "0.6.12"
blockifier = { git = "https://github.com/starkware-libs/blockifier.git", rev = "bad24f25" }
bincode = "1.3.3"
blockifier = { git = "https://github.com/starkware-libs/blockifier.git", rev = "32191d41" }
cairo-lang-sierra = "2.7.0-dev.0"
cairo-lang-starknet-classes = "2.7.0-dev.0"
cairo-lang-utils = "2.7.0-dev.0"
Expand All @@ -45,13 +45,13 @@ colored = "2.1.0"
const_format = "0.2.30"
derive_more = "0.99"
futures = "0.3.30"
hyper = { version = "0.14", features = ["client", "server", "http1", "http2", "tcp"] }
hyper = { version = "0.14", features = ["client", "http1", "http2", "server", "tcp"] }
indexmap = "2.1.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
mockito = "1.4.0"
num-traits = "0.2"
mockito = "1.4.0"
num-bigint = { version = "0.4.5", default-features = false }
num-traits = "0.2"
# TODO(YaelD, 28/5/2024): The special Papyrus version is needed in order to be aligned with the
# starknet-api version. This should be removed once we have a mono-repo.
papyrus_common = { git = "https://github.com/starkware-libs/papyrus.git", rev = "ca83fd42" }
Expand All @@ -67,8 +67,8 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] }
starknet_api = "0.13.0-dev.9"
# TODO(YaelD, 28/5/2024): The special Papyrus version is needed in order to be aligned with the
# starknet-api version. This should be removed once we have a mono-repo.
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint", "std"] }
starknet_client = { git = "https://github.com/starkware-libs/papyrus.git", rev = "ca83fd42" }
starknet-types-core = { version = "0.1.5", features = ["std", "hash", "prime-bigint"] }
strum = "0.24.1"
tempfile = "3.3.0"
thiserror = "1.0"
Expand Down

0 comments on commit edca6a7

Please sign in to comment.