From 389343072dfa4635536efef4240be55e7e4dbfa3 Mon Sep 17 00:00:00 2001 From: Itay-Tsabary-Starkware <106665835+Itay-Tsabary-Starkware@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:06:48 +0200 Subject: [PATCH] chore: unfixtate parity versions (#2490) commit-id:aa65d32b --- Cargo.lock | 6 +++--- Cargo.toml | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb88906ec3..9302ccf941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7117,7 +7117,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.79", @@ -7790,9 +7790,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arrayvec", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 140015f630..c6d24742d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,8 +65,6 @@ 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. alloy-contract = "0.3.5" alloy-dyn-abi = "0.8.3" alloy-json-rpc = "0.3.5" @@ -179,8 +177,8 @@ papyrus_state_reader = { path = "crates/papyrus_state_reader", version = "0.0.0" papyrus_storage = { path = "crates/papyrus_storage", version = "0.0.0" } papyrus_sync = { path = "crates/papyrus_sync", version = "0.0.0" } papyrus_test_utils = { path = "crates/papyrus_test_utils", version = "0.0.0" } -parity-scale-codec = "=3.6.9" -parity-scale-codec-derive = "=3.6.9" +parity-scale-codec = "3.6" +parity-scale-codec-derive = "3.6" paste = "1.0.15" phf = "0.11" pretty_assertions = "1.4.0"