Skip to content

chore(deps): bump sha2 from 0.10.9 to 0.11.0#21281

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/sha2-0.11.0
Closed

chore(deps): bump sha2 from 0.10.9 to 0.11.0#21281
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/sha2-0.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps sha2 from 0.10.9 to 0.11.0.

Commits

@dependabot
dependabot Bot force-pushed the dependabot/cargo/main/sha2-0.11.0 branch 3 times, most recently from 7b0304a to 242833e Compare March 31, 2026 20:17
@comphead

comphead commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/cargo/main/sha2-0.11.0 branch from e08192f to 36af78f Compare April 1, 2026 18:05
@dependabot
dependabot Bot force-pushed the dependabot/cargo/main/sha2-0.11.0 branch from 36af78f to 90c2b89 Compare April 9, 2026 13:56
@dependabot
dependabot Bot force-pushed the dependabot/cargo/main/sha2-0.11.0 branch from 90c2b89 to 05f3e50 Compare April 21, 2026 00:31
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0.
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

---
updated-dependencies:
- dependency-name: sha2
  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/sha2-0.11.0 branch from 05f3e50 to 2bf7145 Compare April 21, 2026 12:59
@alamb alamb closed this in #21840 Apr 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

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/sha2-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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant