Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sha256 from 1.1.4 to 1.2.1 #183

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps sha256 from 1.1.4 to 1.2.1.

Release notes

Sourced from sha256's releases.

1.2.1

No release notes provided.

Support async digest function

baoyachi/sha256-rs#14

Support Multi type digest

#13

Commits
  • be6ceae Merge pull request #16 from baoyachi/feature/native_sha256
  • d4dad7a update version
  • 5f3427c update version
  • f93b0c0 update github actions script:cargo b use all features
  • d8b1d88 Merge pull request #14 from baoyachi/feature/native_sha256
  • 198c3dc update github actions,support windows openssl
  • c53b37b update github actions,support windows openssl
  • 0b461ba update github actions,support windows openssl
  • 340dad0 refactor code
  • ed4da7c Merge remote-tracking branch 'origin/master' into feature/native_sha256
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sha256](https://github.com/baoyachi/sha256-rs) from 1.1.4 to 1.2.1.
- [Release notes](https://github.com/baoyachi/sha256-rs/releases)
- [Commits](baoyachi/sha256-rs@1.1.4...1.2.1)

---
updated-dependencies:
- dependency-name: sha256
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2023
@Mossaka
Copy link
Member

Mossaka commented Jul 19, 2023

Umm sh256 v1.2 deprecated the try_digest function in favor of try_digest_async. I don't want to put a async runtime in the oci_builder just for this function.

baoyachi/sha256-rs#17

Signed-off-by: jiaxiao zhou <[email protected]>
@Mossaka Mossaka merged commit 8e115f5 into main Jul 20, 2023
@dependabot dependabot bot deleted the dependabot/cargo/sha256-1.2.1 branch July 20, 2023 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant