diff --git a/crates/starknet-types-core/Cargo.toml b/crates/starknet-types-core/Cargo.toml index 8ebcf93..eb88681 100644 --- a/crates/starknet-types-core/Cargo.toml +++ b/crates/starknet-types-core/Cargo.toml @@ -11,7 +11,7 @@ description = "Core types representation for Starknet" readme = "README.md" [dependencies] -lambdaworks-math = { version = "0.7.0", default-features = false } +lambdaworks-math = { version = "0.10.0", default-features = false } num-traits = { version = "0.2.18", default-features = false } num-bigint = { version = "0.4.4", default-features = false } num-integer = { version = "0.1.45", default-features = false } @@ -21,7 +21,7 @@ arbitrary = { version = "1.3.2", optional = true } serde = { version = "1.0.197", optional = true, default-features = false, features = [ "alloc", ] } -lambdaworks-crypto = { version = "0.7.0", default-features = false, optional = true } +lambdaworks-crypto = { version = "0.10.0", default-features = false, optional = true } parity-scale-codec = { version = "3.6.9", default-features = false, optional = true } lazy_static = { version = "1.4.0", default-features = false, optional = true } @@ -57,4 +57,3 @@ lazy_static = { version = "1.4.0", default-features = false } [[bench]] name = "criterion_hashes" harness = false - diff --git a/fuzz/felt/Cargo.toml b/fuzz/felt/Cargo.toml index 93f56ed..72f017d 100644 --- a/fuzz/felt/Cargo.toml +++ b/fuzz/felt/Cargo.toml @@ -18,7 +18,7 @@ starknet-types-core = { path = "../../crates/starknet-types-core", default-featu libfuzzer-sys.workspace = true num-bigint = "0.4.4" num-traits = "0.2.18" -lambdaworks-math = { version = "0.7.0", default-features = false } +lambdaworks-math = { version = "0.10.0", default-features = false } [[bin]] name = "add_sub_fuzzer"