From c6b638cf0ebfcab8b22a5e3fea48964ebcf62123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:44:09 +0000 Subject: [PATCH] chore(deps): update sp-arithmetic requirement from 25.0.0 to 26.0.0 --- updated-dependencies: - dependency-name: sp-arithmetic 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 03aea6a..3e3e827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ plot_icon = {version = "0.3.0", optional = true, default-features = false, featu parity-scale-codec = {version = "3.6.9", default-features = false, features = ["derive", "bit-vec"]} primitive-types = {version = "0.12.2", default-features = false} scale-info = {version = "2.10.0", default-features = false} -sp-arithmetic = {version = "25.0.0", default-features = false} +sp-arithmetic = {version = "26.0.0", default-features = false} sp-crypto-hashing = {version = "0.1.0", default-features = false} substrate-crypto-light = {git = "https://github.com/Alzymologist/substrate-crypto-light", default-features = false, features = ["ecdsa", "ed25519", "sr25519"]}