Skip to content

Commit

Permalink
chore: fix udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Jul 11, 2024
1 parent d554426 commit 7623e03
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ license = "Apache-2.0"
license-file = "LICENSE"

[workspace.dependencies]
# fixating the version of parity-scale-codec and parity-scale-codec-derive due to an error in udeps.
# TODO: Remove this once udeps is fixed.
anyhow = "1.0.44"
ark-ec = "0.4.2"
ark-ff = "0.4.0-alpha.7"
ark-secp256k1 = "0.4.0"
ark-secp256r1 = "0.4.0"
assert-json-diff = "2.0.2"
assert_matches = "1.5.0"
assert-json-diff = "2.0.2"
async-recursion = "1.1.0"
async-stream = "0.3.3"
async-trait = "0.1.79"
Expand Down Expand Up @@ -115,58 +117,57 @@ num-traits = "0.2.15"
once_cell = "1.19.0"
os_info = "3.6.0"
page_size = "0.6.0"
phf = { version = "0.11", features = ["macros"] }
pretty_assertions = "1.4.0"
pyo3 = "0.19.1"
pyo3-log = "0.8.1"
rand_distr = "0.4.3"
regex = "1.10.4"
rstest = "0.17.0"
serde = "1.0.193"
serde_json = "1.0.81"
starknet-crypto = "0.5.1"
tempfile = "3.7.0"
thiserror = "1.0.37"
tower = "0.4.13"
url = "2.5.0"
validator = "0.12"
# fixating the version of parity-scale-codec and parity-scale-codec-derive due to an error in udeps.
# TODO: Remove this once udeps is fixed.
parity-scale-codec = "=3.6.9"
parity-scale-codec-derive = "=3.6.9"
paste = "1.0.9"
phf = { version = "0.11", features = ["macros"] }
pretty_assertions = "1.4.0"
primitive-types = "0.12.1"
prometheus-parse = "0.2.4"
prost = "0.12.1"
prost-build = "0.12.1"
prost-types = "0.12.1"
pyo3 = "0.19.1"
pyo3-log = "0.8.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
rand_distr = "0.4.3"
regex = "1.10.4"
replace_with = "0.1.7"
reqwest = { version = "0.11", features = ["blocking", "json"] }
rstest = "0.17.0"
rustc-hex = "2.1.0"
schemars = "0.8.12"
serde = "1.0.193"
serde_json = "1.0.81"
serde_repr = "0.1"
serde_yaml = "0.9.16"
sha2 = "0.10.8"
sha3 = "0.10.8"
simple_logger = "4.0.0"
simplelog = "0.12.2"
starknet-core = "0.6.0"
starknet-crypto = "0.5.1"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint", "std"] }
static_assertions = "1.1.0"
statistical = "1.0.0"
strum = "0.25.0"
strum_macros = "0.25.2"
tempfile = "3.7.0"
test-case = "3.2.1"
test-log = "0.2.14"
thiserror = "1.0.37"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.37.0", features = ["full"] }
tokio-retry = "0.3"
tokio-stream = "0.1.8"
tokio-test = "0.4.4"
tower = "0.4.13"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
unsigned-varint = "0.8.0"
url = "2.5.0"
validator = "0.12"
void = "1.0.2"
zstd = "0.13.1"

Expand Down

0 comments on commit 7623e03

Please sign in to comment.