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:59:02 UTC

[avro] branch master updated: Bump sha2 from 0.10.5 to 0.10.6 in /lang/rust (#1872)

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 40d6127d9 Bump sha2 from 0.10.5 to 0.10.6 in /lang/rust (#1872)
40d6127d9 is described below

commit 40d6127d9680e376adb22610c411b2f7d8a2b010
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 19 08:58:56 2022 +0300

    Bump sha2 from 0.10.5 to 0.10.6 in /lang/rust (#1872)
    
    Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6.
    - [Release notes](https://github.com/RustCrypto/hashes/releases)
    - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.5...sha2-v0.10.6)
    
    ---
    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>
---
 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 0eea860bb..b2691e6cf 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -990,9 +990,9 @@ dependencies = [
 
 [[package]]
 name = "sha2"
-version = "0.10.5"
+version = "0.10.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5"
+checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
 dependencies = [
  "cfg-if",
  "cpufeatures",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 8ddb70be3..18625a1ea 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.4" }
 pretty_assertions = { default-features = false, version = "1.3.0", features = ["std"] }
-sha2 = { default-features = false, version = "0.10.5" }
+sha2 = { default-features = false, version = "0.10.6" }