From 8d0cbbe13073badb8b5e07be295d10cdd31f8d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 08:24:37 -0700 Subject: [PATCH] chore(deps): bump md-5 from 0.10.1 to 0.10.2 (#1649) Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/md2-v0.10.1...md-5-v0.10.2) --- updated-dependencies: - dependency-name: md-5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- ethers-solc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8a4ed59..922e4acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,7 +1478,7 @@ dependencies = [ "glob", "hex", "home", - "md-5 0.10.1", + "md-5 0.10.2", "num_cpus", "once_cell", "path-slash", @@ -2297,9 +2297,9 @@ dependencies = [ [[package]] name = "md-5" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582" +checksum = "274fd6bd98a3c75c9515d9393b063099f60f9b47f09ee20a34fd76287fd017f4" dependencies = [ "digest 0.10.3", ] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index b8bd4b31..637b8cb8 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.18", default-features = false, features = ["rt"] } futures-util = { version = "^0.3", optional = true } once_cell = "1.13.1" regex = "1.6.0" -md-5 = "0.10.1" +md-5 = "0.10.2" thiserror = "1.0" hex = "0.4.3" colored = "2.0.0"