Skip to content

Commit 2ac2c23

Browse files
Bump pyo3 from 0.27.2 to 0.28.0 in /src/_bcrypt (#1148)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.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>
1 parent 40b5aae commit 2ac2c23

File tree

2 files changed

+11
-50
lines changed

2 files changed

+11
-50
lines changed

src/_bcrypt/Cargo.lock

Lines changed: 10 additions & 49 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
@@ -8,7 +8,7 @@ rust-version = "1.85"
88
publish = false
99

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

0 commit comments

Comments
 (0)