1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

chore(deps): bump rust-argon2 from 2.0.0 to 2.1.0

Bumps [rust-argon2](https://github.com/sru-systems/rust-argon2) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/sru-systems/rust-argon2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sru-systems/rust-argon2/compare/2.0.0...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 17:07:41 +00:00 committed by Rob Ede
parent e0e07633f1
commit 653098d083
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

4
Cargo.lock generated
View File

@ -6439,9 +6439,9 @@ dependencies = [
[[package]]
name = "rust-argon2"
version = "2.0.0"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e71971821b3ae0e769e4a4328dbcb517607b434db7697e9aba17203ec14e46a"
checksum = "9d9848531d60c9cbbcf9d166c885316c24bc0e2a9d3eba0956bb6cbbd79bc6e8"
dependencies = [
"base64 0.21.7",
"blake2b_simd",