From 0d080e6d3424f4c7cd50110e331714f70d92977a Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 15 Nov 2023 20:24:33 -0500 Subject: [PATCH] Remove unused dependency from dex-pallet --- Cargo.lock | 1 - substrate/dex/pallet/Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d8a4d5f4..d8a42271f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7631,7 +7631,6 @@ dependencies = [ "serai-coins-pallet", "serai-primitives", "sp-api", - "sp-arithmetic", "sp-core", "sp-io", "sp-runtime", diff --git a/substrate/dex/pallet/Cargo.toml b/substrate/dex/pallet/Cargo.toml index 2dcd461c4..ae98ec667 100644 --- a/substrate/dex/pallet/Cargo.toml +++ b/substrate/dex/pallet/Cargo.toml @@ -16,7 +16,6 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false } -sp-arithmetic = { git = "https://github.com/serai-dex/substrate", default-features = false } sp-io = { git = "https://github.com/serai-dex/substrate", default-features = false } sp-api = { git = "https://github.com/serai-dex/substrate", default-features = false } sp-runtime = { git = "https://github.com/serai-dex/substrate", default-features = false } @@ -37,7 +36,6 @@ std = [ "scale-info/std", "sp-std/std", - "sp-arithmetic/std", "sp-io/std", "sp-api/std", "sp-runtime/std",