From 25724b0bc54c947f61e05f764f032088720198df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:07:36 +0000 Subject: [PATCH] Bump rust_decimal from 1.35.0 to 1.36.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.35.0 to 1.36.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/paupino/rust-decimal/compare/1.35.0...1.36.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/extrinsics/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fec2b141d..4ca29437a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4414,9 +4414,9 @@ checksum = "fc874b127765f014d792f16763a81245ab80500e2ad921ed4ee9e82481ee08fe" [[package]] name = "rust_decimal" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" +checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555" dependencies = [ "arrayvec 0.7.4", "borsh", diff --git a/crates/extrinsics/Cargo.toml b/crates/extrinsics/Cargo.toml index da5910acc..8a2d64eff 100644 --- a/crates/extrinsics/Cargo.toml +++ b/crates/extrinsics/Cargo.toml @@ -29,7 +29,7 @@ colored = "2.1.0" serde = { version = "1.0.202", default-features = false, features = ["derive"] } serde_json = "1.0.117" url = { version = "2.5.0", features = ["serde"] } -rust_decimal = "1.35" +rust_decimal = "1.36" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } sp-core = "31.0.0" sp-runtime = "34.0.0"