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 1.0.0 to 2.0.0 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

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

Changelog

Sourced from rust-argon2's changelog.

2.0.0

  • Remove parallel execution to prevent UB.
  • Add config settings from RFC9106.
  • Use RFC9106 recommended settings as default.

1.0.1

  • Update serde dependency to 1.0.
  • Update constant_time_eq dependency to 0.3.0.
  • Update base64 dependency to 0.21.
  • Encoded strings must not use padding, fix tests.
  • Update to Rust edition 2021.

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

... (truncated)

Commits
  • 707c414 Bump version to 2.0.0.
  • a71499a Remove crossbeam-utils reference.
  • 06da41a Remove mentions of ThreadMode.
  • a112594 Use RFC9106 recommended settings as default.
  • 3b6dcc1 Remove parallel execution to prevent UB.
  • 061d138 Remove unnecessary parentheses around index expression.
  • f4c6c65 Add Config.rfc9106() and Config.rfc9106_low_mem().
  • ca363b2 Bump version to 1.0.1.
  • 1e2083b Update serde dependency to 1.0.
  • f583505 Update constant_time_eq dependency to 0.3.0.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
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.

0 participants