1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

Merge pull request #758 from actix/dependabot/cargo/rust-argon2-2.1.0

chore(deps): bump rust-argon2 from 2.0.0 to 2.1.0
This commit is contained in:
Rob Ede 2024-03-05 17:40:15 +00:00 committed by GitHub
commit b04e196ec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -6425,9 +6425,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",