Skip to content

Commit

Permalink
Fix udep
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 1, 2024
1 parent cba347b commit 56ecf24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 94 deletions.
92 changes: 5 additions & 87 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ rpc-state-reader = { path = "../rpc-state-reader" }
starknet_api = { workspace = true }
# CLI specific crates
clap = { version = "4.4.6", features = ["derive"] }
indicatif = "0.17.7"
# logs
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
11 changes: 5 additions & 6 deletions rpc-state-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ edition = "2021"
ureq = { version = "2.7.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = [
"arbitrary_precision",
"raw_value",
"arbitrary_precision",
"raw_value",
] }
starknet_api = {workspace = true}
starknet_api = { workspace = true }
cairo-lang-starknet = "=2.6.3"
cairo-lang-starknet-classes = "=2.6.3"
cairo-lang-utils = "=2.6.3"
starknet = "0.7.0"
starknet = "0.7.0"
thiserror = { workspace = true }
flate2 = "1.0.25"
serde_with = "3.0.0"
dotenv = "0.15.0"
cairo-vm = "0.9.2"
blockifier = {workspace = true}
blockifier = { workspace = true }

[dev-dependencies]
pretty_assertions_sorted = "1.2.3"
Expand Down

0 comments on commit 56ecf24

Please sign in to comment.