Skip to content

Commit

Permalink
Update PyO3 to 0.23.5 (#980)
Browse files Browse the repository at this point in the history
* Update PyO3 to 0.23.5

* Don't upgrade cargo.lock version
  • Loading branch information
alexandernst authored Feb 25, 2025
1 parent 18df4c7 commit 94ba6f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/_bcrypt/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/_bcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[dependencies]
pyo3 = { version = "0.23", features = ["abi3"] }
pyo3 = { version = "0.23.5", features = ["abi3"] }
bcrypt = "0.17"
bcrypt-pbkdf = "0.10.0"
base64 = "0.22.1"
Expand Down

0 comments on commit 94ba6f7

Please sign in to comment.