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/08/31 05:33:15 UTC

[avro] branch master updated: Bump md-5 from 0.10.1 to 0.10.2 in /lang/rust (#1846)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9f2bf4d4 Bump md-5 from 0.10.1 to 0.10.2 in /lang/rust (#1846)
c9f2bf4d4 is described below

commit c9f2bf4d4b7be55bcb944b1a509eab430e24c327
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 31 08:33:09 2022 +0300

    Bump md-5 from 0.10.1 to 0.10.2 in /lang/rust (#1846)
    
    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] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 65e91d418..ab45722c8 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -621,9 +621,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",
 ]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index e78158fc6..7eb8f5952 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -86,6 +86,6 @@ anyhow = { default-features = false, version = "1.0.62", 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.1" }
+md-5 = { default-features = false, version = "0.10.2" }
 pretty_assertions = { default-features = false, version = "1.2.1", features = ["std"] }
 sha2 = { default-features = false, version = "0.10.3" }