From 37ac6691bdc1955680db3c1108659ba6aab1a09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 02:06:36 +0000 Subject: [PATCH] build(deps): bump num-traits from 0.2.18 to 0.2.19 Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.18 to 0.2.19. - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19) --- updated-dependencies: - dependency-name: num-traits dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 394052e45..faf996b58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7250,9 +7250,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index a7e1172a4..81efd2946 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -285,7 +285,7 @@ impl-trait-for-tuples = { version = "0.2.2" } jsonrpsee = { version = "0.20.3" } log = { version = "0.4.21", default-features = false } num-bigint = { version = "0.4.6", default-features = false } -num-traits = { version = "0.2.18", default-features = false } +num-traits = { version = "0.2.19", default-features = false } parity-scale-codec = { version = "3.6.12", default-features = false } paste = { version = "1.0.14" } scale-info = { version = "2.11.0", default-features = false }