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:27:23 UTC

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

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 9f0aa17c4 Bump sha2 from 0.10.3 to 0.10.5 in /lang/rust (#1854)
9f0aa17c4 is described below

commit 9f0aa17c485ffe2be594f7391c63537114dfd065
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 7 11:26:59 2022 +0300

    Bump sha2 from 0.10.3 to 0.10.5 in /lang/rust (#1854)
    
    Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.5.
    - [Release notes](https://github.com/RustCrypto/hashes/releases)
    - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.3...sha2-v0.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: sha2
      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 720e3a80dfd1eb32c64ce13a968aaa9dbf875769)
---
 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 96357b138..bef8a496c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -990,9 +990,9 @@ dependencies = [
 
 [[package]]
 name = "sha2"
-version = "0.10.3"
+version = "0.10.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215"
+checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5"
 dependencies = [
  "cfg-if",
  "cpufeatures",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 3306ba29e..f9a154cb4 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -88,4 +88,4 @@ 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" }
 pretty_assertions = { default-features = false, version = "1.3.0", features = ["std"] }
-sha2 = { default-features = false, version = "0.10.3" }
+sha2 = { default-features = false, version = "0.10.5" }