From 13c0ee85961dadd221f4159c42ff3111865a8f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:29:44 -0700 Subject: [PATCH] chore(deps): bump rust_decimal from 1.26.0 to 1.26.1 (#1574) Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.26.0 to 1.26.1. - [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.26.0...1.26.1) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb4e6d70..c375283d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3257,9 +3257,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.26.0" +version = "1.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc129ab6000ab4037e7718703cdeab82a12c4ee23a238658f55372d80ef2b05" +checksum = "ee9164faf726e4f3ece4978b25ca877ddc6802fa77f38cdccb32c7f805ecd70c" dependencies = [ "arrayvec 0.7.2", "num-traits", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index f5e6d362..44bc24b3 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -41,7 +41,7 @@ cargo_metadata = { version = "0.15.0", optional = true } convert_case = { version = "0.5.0", optional = true } syn = { version = "1.0.99", optional = true } proc-macro2 = { version = "1.0.43", optional = true } -rust_decimal = "1.26.0" +rust_decimal = "1.26.1" [dev-dependencies] serde_json = { version = "1.0.64", default-features = false }