Skip to content

Commit ba52cd8

Browse files
deps(deps): bump scrypt from 0.11.0 to 0.12.0
Bumps [scrypt](https://github.com/RustCrypto/password-hashes) from 0.11.0 to 0.12.0. - [Commits](RustCrypto/password-hashes@scrypt-v0.11.0...scrypt-v0.12.0) --- updated-dependencies: - dependency-name: scrypt dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2742e3c commit ba52cd8

2 files changed

Lines changed: 27 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/perry-stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ aes = { version = "0.8", optional = true }
378378
cbc = { version = "0.1", optional = true }
379379
ecb = { version = "0.1", optional = true }
380380
ctr = { version = "0.9", optional = true }
381-
scrypt = { version = "0.11", optional = true }
381+
scrypt = { version = "0.12", optional = true }
382382
pbkdf2 = { version = "0.13", features = ["hmac"], optional = true }
383383
argon2 = { version = "0.5", optional = true }
384384
base64 = { version = "0.22", optional = true }

0 commit comments

Comments
 (0)