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/19 05:58:25 UTC

[avro] branch branch-1.11 updated: Bump digest from 0.10.3 to 0.10.5 in /lang/rust (#1873)

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 01cb479bf Bump digest from 0.10.3 to 0.10.5 in /lang/rust (#1873)
01cb479bf is described below

commit 01cb479bf99c6c26d090c13ec5117ab7005a9adf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Sep 17 23:16:46 2022 +0300

    Bump digest from 0.10.3 to 0.10.5 in /lang/rust (#1873)
    
    Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.3 to 0.10.5.
    - [Release notes](https://github.com/RustCrypto/traits/releases)
    - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.3...digest-v0.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: digest
      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 c3b03d986f558106126938690a37e4fccec07f22)
---
 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 f53d5b9a2..0eea860bb 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -419,9 +419,9 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 
 [[package]]
 name = "digest"
-version = "0.10.3"
+version = "0.10.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
+checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
 dependencies = [
  "block-buffer",
  "crypto-common",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index a8e619790..8ddb70be3 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -57,7 +57,7 @@ apache-avro-derive = { default-features = false, version = "0.14.0", path = "../
 byteorder = { default-features = false, version = "1.4.3" }
 bzip2 = { default-features = false, version = "0.4.3", optional = true }
 crc32fast = { default-features = false, version = "1.3.2", optional = true }
-digest = { default-features = false, version = "0.10.3", features = ["core-api"] }
+digest = { default-features = false, version = "0.10.5", features = ["core-api"] }
 lazy_static = { default-features = false, version = "1.4.0" }
 libflate = { default-features = false, version = "1.2.0" }
 log = { default-features = false, version = "0.4.17" }