Upgrade scrypt to v0.11 (#15228)

This PR upgrades `scrypt` to v0.11.

There were some API changes that impacted our usage just in the tests.

Supersedes #15224.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-25 17:45:24 -04:00 committed by GitHub
parent cc1d3f0a35
commit 1da6a12bb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 58 additions and 134 deletions

View file

@ -47,7 +47,7 @@ prost.workspace = true
rand.workspace = true
reqwest = { version = "0.11", features = ["json"] }
rpc.workspace = true
scrypt = "0.7"
scrypt = "0.11"
sea-orm = { version = "0.12.x", features = ["sqlx-postgres", "postgres-array", "runtime-tokio-rustls", "with-uuid"] }
semantic_version.workspace = true
semver.workspace = true