Skip to content

Commit 137ae46

Browse files
Bump bcrypt from 0.15.1 to 0.16.0 in /src/_bcrypt (#912)
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.15.1 to 0.16.0. - [Commits](Keats/rust-bcrypt@v0.15.1...v0.16.0) --- updated-dependencies: - dependency-name: bcrypt 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>
1 parent 50bce3f commit 137ae46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_bcrypt/Cargo.lock

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

src/_bcrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
pyo3 = { version = "0.23", features = ["abi3"] }
10-
bcrypt = "0.15"
10+
bcrypt = "0.16"
1111
bcrypt-pbkdf = "0.10.0"
1212
base64 = "0.22.1"
1313
subtle = "2.6"

0 commit comments

Comments
 (0)