You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/09/07 08:28:05 UTC

[avro] branch branch-1.11 updated: Bump md-5 from 0.10.2 to 0.10.4 in /lang/rust (#1856)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 4bac47ffe Bump md-5 from 0.10.2 to 0.10.4 in /lang/rust (#1856)
4bac47ffe is described below

commit 4bac47ffe3408bf3d252bf38be3f88a7e86f3b17
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 7 11:27:42 2022 +0300

    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] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 7c17fd534b477236a9a1b635a5375c99ce811e94)
---
 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 8ae5a0114..db44e3906 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 0315afc84..82ae92e39 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" }