Skip to content

Commit

Permalink
Bump md-5 from 0.10.5 to 0.10.6 in /lang/rust (apache#2514)
Browse files Browse the repository at this point in the history
Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6.
- [Commits](RustCrypto/hashes@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2023
1 parent 032d5ac commit 42e3280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lang/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 42e3280

Please sign in to comment.