Skip to content

Commit 94ba6f7

Browse files
authored
Update PyO3 to 0.23.5 (#980)
* Update PyO3 to 0.23.5 * Don't upgrade cargo.lock version
1 parent 18df4c7 commit 94ba6f7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/_bcrypt/Cargo.lock

Lines changed: 10 additions & 10 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
@@ -6,7 +6,7 @@ edition = "2018"
66
publish = false
77

88
[dependencies]
9-
pyo3 = { version = "0.23", features = ["abi3"] }
9+
pyo3 = { version = "0.23.5", features = ["abi3"] }
1010
bcrypt = "0.17"
1111
bcrypt-pbkdf = "0.10.0"
1212
base64 = "0.22.1"

0 commit comments

Comments
 (0)