Skip to content

chore(deps): bump md-5 from 0.10.6 to 0.11.0#21279

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/md-5-0.11.0
Closed

chore(deps): bump md-5 from 0.10.6 to 0.11.0#21279
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/md-5-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Bumps md-5 from 0.10.6 to 0.11.0.

Commits

@github-actions github-actions Bot added the functions Changes to functions implementation label Mar 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/main/md-5-0.11.0 branch from c74d24d to 9ceacfe Compare March 31, 2026 16:11
@comphead
Copy link
Copy Markdown
Contributor

comphead commented Apr 1, 2026

https://github.com/dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/cargo/main/md-5-0.11.0 branch from 5798acd to 0313ac0 Compare April 1, 2026 18:05
@dependabot dependabot Bot force-pushed the dependabot/cargo/main/md-5-0.11.0 branch from 0313ac0 to 9608c0d Compare April 21, 2026 00:32
Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.11.0.
- [Commits](RustCrypto/hashes@md-5-v0.10.6...md2-v0.11.0)

---
updated-dependencies:
- dependency-name: md-5
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/main/md-5-0.11.0 branch from 9608c0d to d09a476 Compare April 21, 2026 12:59
@alamb alamb closed this in #21840 Apr 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/main/md-5-0.11.0 branch April 27, 2026 14:20
neilconway pushed a commit to neilconway/datafusion that referenced this pull request Apr 27, 2026
## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes apache#123` indicates that this PR will close issue apache#123.
-->

- Closes apache#21279
- Closes apache#21281

## Rationale for this change

<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->

Keep dependencies up to date.

## What changes are included in this PR?

<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->

We used to use `Digest` from `blake2`, which was a common dependency
used by `md5` and `sha2`; however `blake2` doesn't have a `0.11.0`
release so we were blocked because of incompatible dependencies when
trying to upgrade `sha2` or `md5`. Fix code to use their own `Digest`
(e.g. `md5::Digest`, `sha2::Digest`) instead of relying on
`blake2::Digest` which should prevent such issues from occurring again
and allows us to bump their versions independently.

## Are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->

Existing tests.

## Are there any user-facing changes?

<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->

No.

<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-dependencies functions Changes to functions implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant