From dacc2bd9706d7a72e03b1811ae9177eec4fdcc92 Mon Sep 17 00:00:00 2001 From: Ahmad Kaouk Date: Tue, 2 Apr 2024 13:37:28 +0300 Subject: [PATCH] update dependencies --- Cargo.lock | 3 +-- frame/evm/precompile/storage-cleaner/Cargo.toml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab7e54e5c3..9089905d53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5799,14 +5799,13 @@ dependencies = [ "pallet-evm", "pallet-timestamp", "pallet-utility", - "parity-scale-codec", "precompile-utils", "rlp", "scale-info", "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.9.0)", ] [[package]] diff --git a/frame/evm/precompile/storage-cleaner/Cargo.toml b/frame/evm/precompile/storage-cleaner/Cargo.toml index 7c7af2cbcd..5ac716ed83 100644 --- a/frame/evm/precompile/storage-cleaner/Cargo.toml +++ b/frame/evm/precompile/storage-cleaner/Cargo.toml @@ -8,7 +8,6 @@ edition = { workspace = true } repository = { workspace = true } [dependencies] -scale-codec = { package = "parity-scale-codec", workspace = true } # Substrate frame-support = { workspace = true } frame-system = { workspace = true } @@ -39,7 +38,6 @@ precompile-utils = { workspace = true, features = ["std", "testing"] } [features] default = ["std"] std = [ - "scale-codec/std", # Substrate "frame-support/std", "frame-system/std",