From 7c17fd534b477236a9a1b635a5375c99ce811e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:27:42 +0300 Subject: [PATCH] Bump md-5 from 0.10.2 to 0.10.4 in /lang/rust (#1856) Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.4. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/md-5-v0.10.2...md-5-v0.10.4) --- 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> --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 8ae5a0114a5..db44e390643 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "md-5" -version = "0.10.2" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274fd6bd98a3c75c9515d9393b063099f60f9b47f09ee20a34fd76287fd017f4" +checksum = "66b48670c893079d3c2ed79114e3644b7004df1c361a4e0ad52e2e6940d07c3d" dependencies = [ "digest", ] diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 0315afc8436..82ae92e39c5 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -86,6 +86,6 @@ anyhow = { default-features = false, version = "1.0.64", features = ["std"] } apache-avro-test-helper = { default-features = false, version = "0.14.0", path = "../avro_test_helper" } criterion = { default-features = false, version = "0.3.6" } hex-literal = { default-features = false, version = "0.3.4" } -md-5 = { default-features = false, version = "0.10.2" } +md-5 = { default-features = false, version = "0.10.4" } pretty_assertions = { default-features = false, version = "1.3.0", features = ["std"] } sha2 = { default-features = false, version = "0.10.5" }