Skip to content

Commit ebaed6a

Browse files
chore(deps): Bump bcrypt from 0.15.1 to 0.19.0 (#1)
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.15.1 to 0.19.0. - [Commits](Keats/rust-bcrypt@v0.15.1...v0.19.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 00ffcc4 commit ebaed6a

2 files changed

Lines changed: 94 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ anyhow = "1"
2222
sha2 = "0.11"
2323
md-5 = "0.10"
2424
argon2 = { version = "0.5", features = ["password-hash"] }
25-
bcrypt = "0.15"
26-
rand = "0.10"
25+
bcrypt = "0.19"
26+
rand = "0.9"
2727
rayon = "1.8"
2828

2929
[dependencies]

0 commit comments

Comments
 (0)