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/11/17 20:33:38 UTC

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

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 036fe331e Bump digest from 0.10.5 to 0.10.6 in /lang/rust (#1969)
036fe331e is described below

commit 036fe331ef9e736880c07d211a23157f505b1bd3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 17 22:32:51 2022 +0200

    Bump digest from 0.10.5 to 0.10.6 in /lang/rust (#1969)
    
    Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.5 to 0.10.6.
    - [Release notes](https://github.com/RustCrypto/traits/releases)
    - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.5...digest-v0.10.6)
    
    ---
    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 a9218c07fdb0a2b49ae3c66cfa185eaa83c38ca1)
---
 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 ef7313cc0..661b201e5 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -419,9 +419,9 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 
 [[package]]
 name = "digest"
-version = "0.10.5"
+version = "0.10.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
+checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
 dependencies = [
  "block-buffer",
  "crypto-common",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index c43aa5a78..7e11b531f 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.15.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.5", features = ["core-api"] }
+digest = { default-features = false, version = "0.10.6", 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" }