From cde6a2a1402b6db97095f6c8a43a085d8df398f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:49:43 +0000 Subject: [PATCH] chore(deps): Bump ethnum from 1.4.0 to 1.5.0 Bumps [ethnum](https://github.com/nlordell/ethnum-rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/nlordell/ethnum-rs/releases) - [Commits](https://github.com/nlordell/ethnum-rs/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: ethnum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b303658d3c57f..a928849d0e03c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2832,9 +2832,9 @@ dependencies = [ [[package]] name = "ethnum" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8ff382b2fa527fb7fb06eeebfc5bbb3f17e3cc6b9d70b006c41daa8824adac" +checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" dependencies = [ "serde", ]