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

Update rust-argon2 requirement from ^0.8 to ^1.0 #45

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Updates the requirements on rust-argon2 to permit the latest version.

Changelog

Sourced from rust-argon2's changelog.

1.0.0

  • Remove deprecated functions.
  • Update constant_time_eq to 0.1.5.
  • Update serde to 1.0.133.
  • Update blake2b_simd to 1.0.

0.8.3

  • Replace transmute with to_le_bytes.
  • Update base64 to version 0.13.
  • Update crossbeam-utils to version 0.8.
  • Update hex to version 0.4.
  • Derive Clone for Error struct.
  • Add optional serde support for Error struct.

0.8.2

  • Change base64 to latest version (0.12).

0.8.1

  • Fix issue with verifying multi-lane hashes with parallelism disabled (#27)

0.8.0

  • Make parallelism optional via feature flag.

0.7.0

  • Update crossbeam-utils dependency to 0.7.

0.6.1

  • Use constant time equals to compare hashes.

0.6.0

  • Use 2018 edition or Rust
  • Use &dyn error::Error instead of &error::Error
  • Fix clippy lints
  • Allow callers of encode_string to pass any &[u8]
  • Update base64 dependency.

... (truncated)

Commits
  • 8f6b42f Bump version to 1.0.0.
  • dfb7458 Remove deprecated functions.
  • 9edb0fa Update dependencies.
  • 4afd144 Merge pull request #45 from maxx-timing/update-blake2b
  • ce1ef1f Update blake2b_simd to 1.0.0
  • 79b3176 Bump version to 0.8.3.
  • a075a8e Merge pull request #42 from kazcw/master
  • 7c9dba2 Merge pull request #39 from sdroege/base64-0.13
  • 4da2ac0 replace transmute with to_le_bytes
  • 388d31f Update crossbeam-utils dependency to 0.8
  • Additional commits viewable in compare view

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)

Updates the requirements on [rust-argon2](https://github.com/sru-systems/rust-argon2) to permit the latest version.
- [Release notes](https://github.com/sru-systems/rust-argon2/releases)
- [Changelog](https://github.com/sru-systems/rust-argon2/blob/master/CHANGELOG.md)
- [Commits](sru-systems/rust-argon2@0.8.0...1.0.0)

---
updated-dependencies:
- dependency-name: rust-argon2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2022

Looks like rust-argon2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 12, 2022
@dependabot dependabot bot deleted the dependabot/cargo/rust-argon2-tw-1.0 branch January 12, 2022 08:01
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.

None yet

0 participants