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 71c3097f3 Bump md-5 from 0.10.5 to 0.10.6 in /lang/rust (#2514)
71c3097f3 is described below
commit 71c3097f3546d5fa6d2ba21ac25303d042d19d26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 22 23:26:26 2023 +0300
Bump md-5 from 0.10.5 to 0.10.6 in /lang/rust (#2514)
Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6.
-
[Commits](https://github.com/RustCrypto/hashes/compare/md-5-v0.10.5...md-5-v0.10.6)
---
updated-dependencies:
- dependency-name: md-5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 42e328097299c48097756ac9295f2c9bf76f84f3)
---
lang/rust/Cargo.lock | 5 +++--
lang/rust/avro/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index a2f273ce5..b3f710ae8 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -785,10 +785,11 @@ dependencies = [
[[package]]
name = "md-5"
-version = "0.10.5"
+version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
+checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
+ "cfg-if",
"digest",
]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index adb835ff3..1d9672d1b 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -85,7 +85,7 @@ anyhow = { default-features = false, version = "1.0.75",
features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.16.0", path
= "../avro_test_helper" }
criterion = { default-features = false, version = "0.5.1" }
hex-literal = { default-features = false, version = "0.4.1" }
-md-5 = { default-features = false, version = "0.10.5" }
+md-5 = { default-features = false, version = "0.10.6" }
pretty_assertions = { default-features = false, version = "1.4.0", features =
["std"] }
serial_test = "2.0.0"
sha2 = { default-features = false, version = "0.10.7" }