From b2730c940a88a43878ca7493fcb56fc2b534cfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:53:50 +0000 Subject: [PATCH] chore(deps): update sp-arithmetic requirement from 26.0.0 to 28.0.0 --- updated-dependencies: - dependency-name: sp-arithmetic dependency-version: 28.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03bb01e..5391c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ parity-scale-codec = { version = "3.6.12", default-features = false, features = ] } primitive-types = { version = "0.13.1", default-features = false } scale-info = { version = "2.11.5", default-features = false } -sp-arithmetic = { version = "26.0.0", default-features = false } +sp-arithmetic = { version = "28.0.0", default-features = false } sp-crypto-hashing = { version = "0.1.0", default-features = false } substrate-crypto-light = { version = "0.2.0", default-features = false, features = [ "ecdsa",