Skip to content

Commit 905bebc

Browse files
Bump pyo3 from 0.23.5 to 0.24.0 in /src/_bcrypt (#998)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.5 to 0.24.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.5...v0.24.0) --- updated-dependencies: - dependency-name: pyo3 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 3eac3da commit 905bebc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/_bcrypt/Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/_bcrypt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.64.0"
88
publish = false
99

1010
[dependencies]
11-
pyo3 = { version = "0.23.5", features = ["abi3"] }
11+
pyo3 = { version = "0.24.0", features = ["abi3"] }
1212
bcrypt = "0.17"
1313
bcrypt-pbkdf = "0.10.0"
1414
base64 = "0.22.1"

0 commit comments

Comments
 (0)