junkurihara / rust-token-server

REST API server to handle JSON Web Token (as an OIDC authentication server) and anonymous token based on blind RSA signatures, written in Rust
MIT License
5 stars 2 forks source link

Update rust-argon2 requirement from 0.8.3 to 1.0.0 #3

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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


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)
dependabot[bot] commented 2 years ago

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