bump PyO3 to 0.24 (#79)

This commit is contained in:
Josh Thomas 2025-04-19 22:54:49 -05:00 committed by GitHub
parent 8359890390
commit ef9acbfad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
### Changed
- Bumped Rust toolchain from 1.83 to 1.86
- Bumped PyO3 to 0.24.
## [5.1.0a2]

View file

@ -11,8 +11,8 @@ djls-worker = { path = "crates/djls-worker" }
anyhow = "1.0"
async-trait = "0.1"
pyo3 = "0.23"
pyo3-async-runtimes = "0.23"
pyo3 = "0.24"
pyo3-async-runtimes = "0.24"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"