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

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


The following commit(s) were added to refs/heads/main by this push:
     new bd08832  chore(deps): Bump sha2 from 0.10.8 to 0.10.9 (#192)
bd08832 is described below

commit bd08832862c56bcb6c38df842dcf4ed7120184cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 1 08:15:22 2025 +0300

    chore(deps): Bump sha2 from 0.10.8 to 0.10.9 (#192)
---
 Cargo.lock      | 4 ++--
 avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 018f8ae..e67b765 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1243,9 +1243,9 @@ dependencies = [
 
 [[package]]
 name = "sha2"
-version = "0.10.8"
+version = "0.10.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
+checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
 dependencies = [
  "cfg-if",
  "cpufeatures",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 9f872b2..96d90aa 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -89,7 +89,7 @@ hex-literal = { default-features = false, version = "0.4.1" }
 md-5 = { default-features = false, version = "0.10.6" }
 pretty_assertions = { default-features = false, version = "1.4.1", features = 
["std"] }
 serial_test = "3.2.0"
-sha2 = { default-features = false, version = "0.10.8" }
+sha2 = { default-features = false, version = "0.10.9" }
 paste = { default-features = false, version = "1.0.15" }
 rstest = { default-features = false, version = "0.25.0" }
 

Reply via email to