diff --git a/Cargo.lock b/Cargo.lock index 9d8a4d5f..d8a42271 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 2dcd461c..ae98ec66 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",